Upgrade builders to NixOS 17.09
In particular, this updates nixUnstable. The version in 17.03 does not have a fix for a hang in ThreadPool (fda7b95cb08c447a7ee4ec18ea3574d76e6264df).
Eelco Dolstra committed
Nov 24, 2017 at 23:32 UTC
9cbfd6d1cbfd8cb524d87fbdc002f72decf15725
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.03" ];
7
+ nixPath = [ "nixpkgs=channel:nixos-17.09" ];
8
minMachines = 0;
9
maxMachines = 12;
10
ignoredRunnables = 250;