@cryptotaxi247 / infra / commits / a9d842d3

useChroot -> useSandbox

Eelco Dolstra committed Oct 3, 2016 at 14:14 UTC a9d842d3c6380bc6f23a1f7daff65855dd6c7163
1 file changed +1 -1
hydra-provisioner/nixops.nix
+1 -1
@@ -42,7 +42,7 @@ in
42
43 nix.buildCores = 0;
44
45 - nix.useChroot = true;
45 + nix.useSandbox = true;
46
47 nix.gc.automatic = true;
48 nix.gc.dates = "*:0/30";