diff options
author | Andrei Boar <zuzuleinen@users.noreply.github.com> | 2022-08-04 16:01:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:01:02 +0300 |
commit | a8ac6a41201733377de5e95b330ec1a19fde871d (patch) | |
tree | 3c3dc09eea5fd5062d1823dd8aaeb325af2930d7 /doc/manual/src/command-ref/env-common.md | |
parent | cedcfe861c6122c1c71afe9d318c485416e3d7f7 (diff) |
Update doc/manual/src/command-ref/env-common.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc/manual/src/command-ref/env-common.md')
-rw-r--r-- | doc/manual/src/command-ref/env-common.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md index 9d3d0caf7..18f70746a 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -44,7 +44,7 @@ Most Nix commands interpret the following environment variables: The Nix search path can also be extended using the `-I` option to many Nix commands, which takes precedence over `NIX_PATH`. - If `NIX_PATH` environment variable is not set, Nix will fall back to the following list in impure and unrestricted evaluation mode: + If `NIX_PATH` is not set at all, Nix will fall back to the following list in impure and unrestricted evaluation mode: 1. `$HOME/.nix-defexpr/channels` 2. `/nix/var/nix/profiles/per-user/root/channels/nixpkgs` |