mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
parent
21fe31f264
commit
db92fac3a9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
++ [ ({ lib, ... }: {
|
||||
nixpkgs.source = lib.mkDefault nixpkgs;
|
||||
nixpkgs.flake.source = lib.mkDefault nixpkgs;
|
||||
nixpkgs.flake.source = lib.mkDefault nixpkgs.outPath;
|
||||
|
||||
system.checks.verifyNixPath = lib.mkDefault false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue