diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-02-16T11·20+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-02-16T11·20+0100 |
commit | 8c8750ae661559613ee357d5814505b933258aaf (patch) | |
tree | eb5b6ff6a64696833729975be47cda8dca31c78c /tests | |
parent | 5451b8db9db7dabb46e9f1966d72406c9da271a9 (diff) |
Test chroot building
Diffstat (limited to 'tests')
-rw-r--r-- | tests/remote-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 0f16026a428a..34276e7d6981 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. |