mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Nix] Enable substitute config option
Old name was builders-use-substitutes
This commit is contained in:
parent
48a2a0879f
commit
f4f6600ec5
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ in
|
|||
;
|
||||
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
nix.settings.substitute = true;
|
||||
nix.settings.experimental-features = []
|
||||
++ optionals ( strings.versionOlder "2.4" pkgs.nix.version ) [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue