diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:54:15 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:54:15 +0100 |
commit | c66c904a057fa66c5d5c0d9fdf79196efb28f4b6 (patch) | |
tree | 6b9db3268fca41560567452e78775293b1214c34 /doc | |
parent | e558e089badf2592d1e4540b2fc884a8001a7c06 (diff) |
Tweak NIX_PATH description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/env-common.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md index be5797252..5845bdc43 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -8,10 +8,10 @@ Most Nix commands interpret the following environment variables: - [`NIX_PATH`]{#env-NIX_PATH}\ A colon-separated list of directories used to look up the location of Nix - expressions enclosed in angle brackets (i.e., `<path>`), + expressions using [paths](../language/values.md#type-path) + enclosed in angle brackets (i.e., `<path>`), e.g. `/home/eelco/Dev:/etc/nixos`. It can be extended using the - `-I` option. For more information about the semantics of the Nix - search path, see the documentation for `-I`. + [`-I` option](./opt-common#opt-I). - [`NIX_IGNORE_SYMLINK_STORE`]{#env-NIX_IGNORE_SYMLINK_STORE}\ Normally, the Nix store directory (typically `/nix/store`) is not |