This commit is contained in:
alyx 2025-07-09 20:06:21 +01:00
parent 1308f80caf
commit 834a97602a
No known key found for this signature in database

View file

@ -17,7 +17,7 @@
protocol = "ssh-ng"; protocol = "ssh-ng";
# if the builder supports building for multiple architectures, # if the builder supports building for multiple architectures,
# replace the previous line by, e.g. # replace the previous line by, e.g.
# systems = ["x86_64-linux" "aarch64-linux"]; systems = ["x86_64-linux" "i686-linux"];
maxJobs = 1; maxJobs = 1;
speedFactor = 2; speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];