Test chroot building

This commit is contained in:
Eelco Dolstra 2015-02-16 12:20:03 +01:00
parent 5451b8db9d
commit 8c8750ae66

View file

@ -14,6 +14,7 @@ let
{ services.openssh.enable = true;
virtualisation.writableStore = true;
nix.package = nix;
nix.useChroot = true;
};
# Trivial Nix expression to build remotely.