@cryptotaxi247 / infra / commits / 7aaabfab

hydra-provisioner: Use nixos-17.09-small

Eelco Dolstra committed Mar 20, 2018 at 12:07 UTC 7aaabfab734b0372a1da1cfe534defdde4877201
1 file changed +1 -1
hydra-provisioner/conf.nix
+1 -1
@@ -4,7 +4,7 @@
4
5 systemTypes.x86_64-linux = {
6 nixopsExpr = builtins.toPath ./nixops.nix;
7 - nixPath = [ "nixpkgs=channel:nixos-17.09" ];
7 + nixPath = [ "nixpkgs=channel:nixos-17.09-small" ];
8 minMachines = 0;
9 maxMachines = 12;
10 ignoredRunnables = 250;