diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-17 16:27:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 16:27:23 +0200 |
commit | 39e0f609cce54276ebfd9ac647364b49c73120b0 (patch) | |
tree | ecf097aae954290f769cc3c7011e7604c762a580 /doc | |
parent | e641de085b625e56b723f45e8355deaa01ea3a1a (diff) | |
parent | f4119a67ccb12ab8988ccb5d0fd19660a20d61d0 (diff) |
Merge pull request #7514 from fricklerhandwerk/opt-I
remove incorrect reference to `NIX_PATH` documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/opt-common.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md index a23b87e4e..7a012250d 100644 --- a/doc/manual/src/command-ref/opt-common.md +++ b/doc/manual/src/command-ref/opt-common.md @@ -203,10 +203,9 @@ Most Nix commands accept the following command-line options: instead. - <span id="opt-I">[`-I`](#opt-I)</span> *path*\ - Add a path to the Nix expression search path. This option may be - given multiple times. See the `NIX_PATH` environment variable for - information on the semantics of the Nix search path. Paths added - through `-I` take precedence over `NIX_PATH`. + Add an entry to the [Nix expression search path](@docroot@/command-ref/conf-file.md#conf-nix-path). + This option may be given multiple times. + Paths added through `-I` take precedence over [`NIX_PATH`](@docroot@/command-ref/env-common.md#env-NIX_PATH). - <span id="opt-option">[`--option`](#opt-option)</span> *name* *value*\ Set the Nix configuration option *name* to *value*. This overrides |