@cryptotaxi247 / infra-1 / commits / 8d60c553

Use nix.buildCores

Eelco Dolstra committed Mar 8, 2016 at 14:23 UTC 8d60c553abe11009010ff5de342ef632e5bdd291
1 file changed +2 -1
delft/common.nix
+2 -1
@@ -50,9 +50,10 @@ with pkgs.lib;
50
51 nix.nrBuildUsers = 100;
52
53 + nix.buildCores = 0;
54 +
55 nix.extraOptions =
56 ''
55 - build-cores = 0
57 allowed-impure-host-deps = /etc/protocols /etc/services /etc/nsswitch.conf
58 '';
59