vanadium: enable builders-use-substitutes

This commit is contained in:
Primrose 2025-06-17 11:01:18 +02:00
parent 25106d92f0
commit 5d57ba3297
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -29,7 +29,10 @@ in
# #
{ {
# affect the generated nix.conf, doesn't need to be turned off during nixos-install # affect the generated nix.conf, doesn't need to be turned off during nixos-install
nix.distributedBuilds = true; nix = {
distributedBuilds = true;
settings.builders-use-substitutes = true;
};
nixpkgs = { nixpkgs = {
config = { config = {