diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-17 14:54:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 14:54:30 +0200 |
commit | f4119a67ccb12ab8988ccb5d0fd19660a20d61d0 (patch) | |
tree | e0e18b1b494613e9fa61b2d478a6cecd47fe6f64 /doc | |
parent | d0cf615cbbd1f4b15e04cb3696af109066096aef (diff) |
use @docroot@ link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/opt-common.md | 2 |
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 ad4e99e21..7a012250d 100644 --- a/doc/manual/src/command-ref/opt-common.md +++ b/doc/manual/src/command-ref/opt-common.md @@ -205,7 +205,7 @@ Most Nix commands accept the following command-line options: - <span id="opt-I">[`-I`](#opt-I)</span> *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). + 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 |