@cryptotaxi247 / infra / commits / e0e94ee8

macs: kill big-parallel on m1

Martin Weinelt committed Jun 17, 2026 at 03:09 UTC e0e94ee8614764dec03ac2e2f06f5bebaf5dc815
1 file changed +1
macs/profiles/m1.nix
+1
@@ -8,5 +8,6 @@
8 nix.settings = {
9 cores = 2;
10 max-jobs = 4;
11 + system-features = [ ];
12 };
13 }