diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:43:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 12:43:44 +0100 |
commit | 037d5c4299354508cd33c0c5e5c382d7dd2431e4 (patch) | |
tree | 311ffcdf6c910f4815e044b047bf95118f1d9f9d /doc/manual | |
parent | 786402365e9c819235636d9300bd25c362a29db7 (diff) |
Manual improvements
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
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 6947dbf4c..34a3179a8 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -7,7 +7,7 @@ Most Nix commands interpret the following environment variables: `nix-shell`. It can have the values `pure` or `impure`. - [`NIX_PATH`]{#env-NIX_PATH}\ - A colon-separated list of directories used to look up Nix + A colon-separated list of directories used to look up the location of Nix expressions 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 |