Finish importing packet-epyc-1 in to the network
graham christensen committed
Oct 30, 2018 at 17:33 UTC
307346ebe36f126ec1d5ed4fbcc6bba0ab9fe7d5
1 file changed
+1
-1
delft/packet/packet-epyc-1.nix
+1
-1
@@ -145,7 +145,7 @@
145
boot.extraModulePackages = [];
146
hardware.enableAllFirmware = true;
147
nix.maxJobs = 48;
148
- nix.buildCores = 4;
148
+ nix.buildCores = lib.mkForce 4;
149
})
150
];
151
}