aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-23 19:51:37 +0200
committerGitHub <noreply@github.com>2021-07-23 19:51:37 +0200
commit142c966691f5a953823d71cf248fcdf2ff3d6124 (patch)
tree75a9dc11bea5d85e31e43b07f9960cd9ebd39cc7 /scripts
parent96c62fb66c55cde1246f20768452fac69bf24131 (diff)
installer: fix --no-modify-profile help text
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install-nix-from-closure.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh
index 734f0c800..e7a29a5e4 100644
--- a/scripts/install-nix-from-closure.sh
+++ b/scripts/install-nix-from-closure.sh
@@ -106,8 +106,7 @@ while [ $# -gt 0 ]; do
echo ""
echo " --no-channel-add: Don't add any channels. nixpkgs-unstable is installed by default."
echo ""
- echo " --no-modify-profile: Skip channel installation. When not provided nixpkgs-unstable"
- echo " is installed by default."
+ echo " --no-modify-profile: Don't modify the user profile to automatically load nix."
echo ""
echo " --daemon-user-count: Number of build users to create. Defaults to 32."
echo ""