about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-16T11·20+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-16T11·20+0100
commit8c8750ae661559613ee357d5814505b933258aaf (patch)
treeeb5b6ff6a64696833729975be47cda8dca31c78c /tests
parent5451b8db9db7dabb46e9f1966d72406c9da271a9 (diff)
Test chroot building
Diffstat (limited to 'tests')
-rw-r--r--tests/remote-builds.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index 0f16026a42..34276e7d69 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -14,6 +14,7 @@ let
     { services.openssh.enable = true;
       virtualisation.writableStore = true;
       nix.package = nix;
+      nix.useChroot = true;
     };
 
   # Trivial Nix expression to build remotely.