diff options
author | Domen Kožar <domen@dev.si> | 2021-07-23 20:40:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 20:40:45 +0200 |
commit | 97be92569ca8294a8bc0977cb59ce7dcbdbc6c36 (patch) | |
tree | cbef9ae651fca6a48db8e05e07bf463f1cab2bf7 /scripts/install-nix-from-closure.sh | |
parent | 7cd330bc469f4eacb82d4a4e55924ddd9e4c2fdd (diff) | |
parent | 142c966691f5a953823d71cf248fcdf2ff3d6124 (diff) |
Merge pull request #5040 from SuperSandro2000/patch-1
installer: fix --no-modify-profile help text
Diffstat (limited to 'scripts/install-nix-from-closure.sh')
-rw-r--r-- | scripts/install-nix-from-closure.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 415d1a467..28d884c79 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 "" |