global/nix: allow builders to use substitutes

This commit is contained in:
Infinidoge 2024-11-21 11:25:33 -05:00
parent 888248a748
commit f27d02d161
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -21,6 +21,7 @@ in
allow-import-from-derivation = true;
auto-optimise-store = true;
builders-use-substitutes = true;
fallback = true;
keep-derivations = true;
keep-outputs = true;