Remove redundant configuration
Eelco Dolstra committed
Nov 4, 2013 at 11:39 UTC
aab47b0276297d1c88fa84362b98a7ac7316a8af
1 file changed
-2
delft/hydra-module.nix
-2
@@ -135,8 +135,6 @@ in
135
136
nix.maxJobs = 0;
137
nix.distributedBuilds = true;
138
- nix.useChroot = true;
139
- nix.nrBuildUsers = 100;
138
139
nix.gc.automatic = true;
140
nix.gc.options = ''--max-freed "$((400 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';