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:
parent
1216e9e0aa
commit
0dba44e04c
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ in
|
|||
|
||||
{
|
||||
config = {
|
||||
system.checks.verifyNixPath = mkDefault false;
|
||||
|
||||
system.darwinVersionSuffix = ".${darwin.shortRev or "dirty"}";
|
||||
system.darwinRevision = mkIf (darwin ? rev) darwin.rev;
|
||||
|
||||
|
|
Loading…
Reference in a new issue