@cryptotaxi247 / infra-1 / commits / 3ecf0093

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

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

Eelco Dolstra committed Dec 21, 2010 at 15:39 UTC 3ecf0093a0878868125b5b6c7a6a4cdee69accfc
1 file changed -17
hydra.nix
-17
@@ -1,20 +1,5 @@
1 { config, pkgs, ... }:
2
3 -let
4 -
5 - machines = import ./machines.nix pkgs.lib;
6 -
7 - # Produce the list of Nix build machines in the format expected by
8 - # the Nix daemon Upstart job.
9 - buildMachines =
10 - let addKey = machine: machine //
11 - { sshKey = "/root/.ssh/id_buildfarm";
12 - sshUser = machine.buildUser;
13 - };
14 - in map addKey (pkgs.lib.filter (machine: machine ? buildUser) machines);
15 -
16 -in
17 -
3 {
4 require = [ ./common.nix ];
5
@@ -41,8 +26,6 @@ in
26 nix = {
27 maxJobs = 8;
28
44 - inherit buildMachines;
45 -
29 extraOptions = ''
30 gc-keep-outputs = true
31 gc-keep-derivations = true