Tell remote builders to use their own substituters
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-02-04 22:30:35 -06:00
parent e6a6fb3963
commit b487c78ea7
+1
View File
@@ -44,6 +44,7 @@ in
package = pkgs.nixVersions.stable; package = pkgs.nixVersions.stable;
settings = { settings = {
builders-use-substitutes = true;
cores = 0; # Use all cores for builds cores = 0; # Use all cores for builds
download-buffer-size = 500 * 1024 * 1024; download-buffer-size = 500 * 1024 * 1024;
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes";