Author: ludo
Date: Thu May  5 10:07:53 2011
New Revision: 27158
URL: https://svn.nixos.org/websvn/nix/?rev=27158&sc=1

Log:
hydra-module: Remove `nix.*' settings.

Modified:
   hydra/trunk/hydra-module.nix

Modified: hydra/trunk/hydra-module.nix
==============================================================================
--- hydra/trunk/hydra-module.nix        Thu May  5 09:43:21 2011        (r27157)
+++ hydra/trunk/hydra-module.nix        Thu May  5 10:07:53 2011        (r27158)
@@ -122,14 +122,6 @@
       } 
     ];
 
-    # Should these 3 really be here?
-    nix.maxJobs = 0;
-    nix.distributedBuilds = true;
-    nix.manualNixMachines = true;
-
-    nix.useChroot = true;
-    nix.nrBuildUsers = 100;
-      
     nix.gc.automatic = true;
     # $3 / $4 don't always work depending on length of device name
     nix.gc.options = ''--max-freed "$((200 * 1024**3 - 1024 * $(df /nix/store 
| tail -n 1 | awk '{ print $3 }')))"'';
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to