@cryptotaxi247 / infra / commits / 3282691b

hopeful-rivest: configure for big-parallel builds

Martin Weinelt committed Apr 14, 2025 at 21:41 UTC 3282691bf2618aa67da0371b4f856641e00aeb29
1 file changed +1
builders/instances/hopeful-rivest.nix
+1
@@ -6,6 +6,7 @@
6 nix.settings = {
7 cores = 20;
8 max-jobs = 10;
9 + system-features = [ "big-parallel" ];
10 };
11
12 networking = {