aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-sandbox-system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mk-sandbox-system.nix')
-rw-r--r--lib/mk-sandbox-system.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mk-sandbox-system.nix b/lib/mk-sandbox-system.nix
index 5fde67e..e9866cf 100644
--- a/lib/mk-sandbox-system.nix
+++ b/lib/mk-sandbox-system.nix
@@ -74,7 +74,6 @@ in rec {
74 autologinUser = lib.mkDefault user; 74 autologinUser = lib.mkDefault user;
75 helpLine = lib.mkDefault '' 75 helpLine = lib.mkDefault ''
76 Press <CTRL-a> <x> to terminate the virtual machine. 76 Press <CTRL-a> <x> to terminate the virtual machine.
77 The working directory on the host is mounted to /mnt.
78 ''; 77 '';
79 }; 78 };
80 79