@cryptotaxi247 / infra / commits / d3a273f2

* Remove build-max-silent-time since it interferes with Hydra.

svn path=/configurations/trunk/tud/; revision=34720

Eelco Dolstra committed May 10, 2013 at 17:20 UTC d3a273f2f3b4bddbbf2dd1ec4afd09fb33303e3f
1 file changed -5
build-machines-common.nix
-5
@@ -23,11 +23,6 @@ in
23 }
24 ];
25
26 - nix.extraOptions =
27 - ''
28 - build-max-silent-time = 3600
29 - '';
30 -
26 nix.gc.automatic = true;
27 nix.gc.dates = "03,09,15,21:15";
28 nix.gc.options = ''--max-freed "$((100 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | ${pkgs.gawk}/bin/awk '{ print $4 }')))"'';