modules/darwin/common: fix nixPath
This commit is contained in:
parent
4e8a299404
commit
73a60cfa1e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ in
|
|||
nix.settings.min-free = asGB 10;
|
||||
nix.settings.max-free = asGB 200;
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
# avoid search path warnings
|
||||
nix.nixPath = pkgs.lib.mkForce [ "nixpkgs=${pkgs.path}" ];
|
||||
|
||||
nix.gc.automatic = true;
|
||||
nix.gc.options = "--delete-older-than 14d";
|
||||
|
|
Loading…
Add table
Reference in a new issue