diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-26 18:27:12 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-05 14:03:11 +0200 |
commit | b11ae93581065d7fa98c69d26601ef1ecf211c0f (patch) | |
tree | 796415c71b4810756dbf9d8b5446b93520c08357 | |
parent | 1707e7ea5f15c87470bf30d71ce6157f1992340c (diff) |
remove incorrect reference
the semantics are not explained in the referenced section any more, they
have been moved to the documentation for common options in the new CLI [0].
[0]: 703d863a48f549b2626382eda407ffae779f8725
-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..c94b6aef8 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 a path to the Nix expression search path. + This option may be given multiple times. + Paths added through `-I` take precedence over [`NIX_PATH`](./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 |