1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-15 17:51:01 +00:00

disable NIX_PATH checks when using flakes

This commit is contained in:
Daiderd Jordan 2020-10-25 12:56:39 +01:00
parent 1216e9e0aa
commit 0dba44e04c
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -8,6 +8,8 @@ in
{
config = {
system.checks.verifyNixPath = mkDefault false;
system.darwinVersionSuffix = ".${darwin.shortRev or "dirty"}";
system.darwinRevision = mkIf (darwin ? rev) darwin.rev;