global/nix: allow builders to use substitutes
This commit is contained in:
parent
888248a748
commit
f27d02d161
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
||||||
|
|
||||||
allow-import-from-derivation = true;
|
allow-import-from-derivation = true;
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
builders-use-substitutes = true;
|
||||||
fallback = true;
|
fallback = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue