aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 d14d6ff7f..63aaa4d88 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.