aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-11-15 01:17:06 +0100
committerpacien2022-11-15 01:17:06 +0100
commitbbfbcb9a43fde963e60a38094a577f25129bc619 (patch)
tree117a3ad568eaa5f040a749572db701d66228f0df
parent5e9acb35b0da2ea7b4d673d0fb66a64fe110cf4b (diff)
downloadflaky-utils-bbfbcb9a43fde963e60a38094a577f25129bc619.tar.gz
lib/mkSandboxSystem: remove redundant mount reminder
-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