[Nix] Enable substitute config option

Old name was builders-use-substitutes
This commit is contained in:
Antoine Viallon 2023-04-16 19:39:03 +02:00
parent 48a2a0879f
commit f4f6600ec5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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" ];