about summary refs log tree commit diff
path: root/tests/remote-builds.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-02-21T14·21+0100
committerEelco Dolstra <edolstra@gmail.com>2017-02-21T14·21+0100
commit8d7c6644c592b7d7f31e23d8915f0b634c191dd3 (patch)
tree78542baff1336df91c16f066fbd7e8a08c9b3f9a /tests/remote-builds.nix
parent1a57f499b06b6b37cdf98787d38614f1449d1dd7 (diff)
useChroot -> useSandbox
Diffstat (limited to 'tests/remote-builds.nix')
-rw-r--r--tests/remote-builds.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index d14d6ff7f056..63aaa4d88f56 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -14,7 +14,7 @@ let
     { services.openssh.enable = true;
       virtualisation.writableStore = true;
       nix.package = nix;
-      nix.useChroot = true;
+      nix.useSandbox = true;
     };
 
   # Trivial Nix expression to build remotely.