forked from lix-project/lix
Tweak NIX_PATH description
This commit is contained in:
parent
e558e089ba
commit
c66c904a05
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue