aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-04-17 14:27:26 +0200
committerGitHub <noreply@github.com>2023-04-17 14:27:26 +0200
commitd0cf615cbbd1f4b15e04cb3696af109066096aef (patch)
tree7ccaf6efa88b5b2da46c9baeba882ea49109235b /doc/manual
parentb11ae93581065d7fa98c69d26601ef1ecf211c0f (diff)
add link to `nix-conf` setting
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/command-ref/opt-common.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md
index c94b6aef8..ad4e99e21 100644
--- a/doc/manual/src/command-ref/opt-common.md
+++ b/doc/manual/src/command-ref/opt-common.md
@@ -203,7 +203,7 @@ 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.
+ 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`](./env-common.md#env-NIX_PATH).