From 8c8750ae661559613ee357d5814505b933258aaf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 16 Feb 2015 12:20:03 +0100 Subject: Test chroot building --- tests/remote-builds.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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. -- cgit 1.4.1