1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

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.