diff options
author | Andrei Boar <zuzuleinen@users.noreply.github.com> | 2022-08-04 16:17:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:17:24 +0300 |
commit | 1c2c1a6e009eff7b19f00a3780891a3197d33e28 (patch) | |
tree | 5527bbff3248c27f7feece9aa9564b61e595f06a /doc/manual | |
parent | a8ac6a41201733377de5e95b330ec1a19fde871d (diff) |
Update doc/manual/src/command-ref/env-common.md
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'doc/manual')
-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 18f70746a..7b6c05dfb 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -47,7 +47,7 @@ Most Nix commands interpret the following environment variables: 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` + 2. `nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs` 3. `/nix/var/nix/profiles/per-user/root/channels` - [`NIX_IGNORE_SYMLINK_STORE`]{#env-NIX_IGNORE_SYMLINK_STORE}\ |