more generaly

This commit is contained in:
Sridhar Ratnakumar 2025-10-27 11:29:41 -04:00
parent f632e95717
commit ec07b8ccf1

View file

@ -4,5 +4,10 @@
package = lib.mkDefault pkgs.nix;
enable = true;
distributedBuilds = true;
extraOptions = ''
# Let remote builders download from cache directly.
# This is to avoid download-cum-copy on main builder.
builders-use-substitutes = true
'';
};
}