diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-03-22 23:37:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 23:37:27 +0100 |
commit | 96129246ad7d64241a84d900aec5b105f9408f45 (patch) | |
tree | 2f6e38200aa5a3553238558352ba73e737a92d40 /doc | |
parent | 50f5b6c733788b83fd7c64d0dcf77ecd0bb90462 (diff) |
add links
Diffstat (limited to 'doc')
-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 c592233e4..983079794 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` is not set at all, 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](./conf-file.md#conf-pure-eval) and [unrestricted](./conf-file.md#conf-restrict-eval) evaluation mode: 1. `$HOME/.nix-defexpr/channels` 2. `nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs` |