diff options
author | Domen Kožar <domen@dev.si> | 2021-07-23 20:40:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 20:40:03 +0200 |
commit | 7cd330bc469f4eacb82d4a4e55924ddd9e4c2fdd (patch) | |
tree | c538ed95b667819a7d718fe47b1725b4654ba06c | |
parent | 96c62fb66c55cde1246f20768452fac69bf24131 (diff) | |
parent | 5c4cc5e0d65c6216832cb7cae8f44f6bbcc07896 (diff) |
Merge pull request #5041 from SuperSandro2000/patch-2
installer: update global nix.conf location
-rw-r--r-- | scripts/install-nix-from-closure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 734f0c800..415d1a467 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -111,7 +111,7 @@ while [ $# -gt 0 ]; do echo "" echo " --daemon-user-count: Number of build users to create. Defaults to 32." echo "" - echo " --nix-extra-conf-file: Path to nix.conf to prepend when installing /etc/nix.conf" + echo " --nix-extra-conf-file: Path to nix.conf to prepend when installing /etc/nix/nix.conf" echo "" if [ -n "${INVOKED_FROM_INSTALL_IN:-}" ]; then echo " --tarball-url-prefix URL: Base URL to download the Nix tarball from." |