aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-06-19 21:00:49 +0200
committerGitHub <noreply@github.com>2023-06-19 21:00:49 +0200
commit3910430b9d034c277650f4ff05a27008ede73c18 (patch)
tree74969861a5d9245064d1096d80cd6663978d8280
parent3ee86307ab80e6d2549ef0088b8f8b2e9758934d (diff)
Add more links in nix-build documentation (#8545)
* Add more links in nix-build documentation Co-authored-by: John Ericson <git@JohnEricson.me>
-rw-r--r--doc/manual/src/command-ref/nix-build.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/src/command-ref/nix-build.md b/doc/manual/src/command-ref/nix-build.md
index f70bbd7f2..7369ea2eb 100644
--- a/doc/manual/src/command-ref/nix-build.md
+++ b/doc/manual/src/command-ref/nix-build.md
@@ -51,8 +51,9 @@ derivation).
# Options
-All options not listed here are passed to `nix-store --realise`,
-except for `--arg` and `--attr` / `-A` which are passed to `nix-instantiate`.
+All options not listed here are passed to
+[`nix-store --realise`](nix-store/realise.md),
+except for `--arg` and `--attr` / `-A` which are passed to [`nix-instantiate`](nix-instantiate.md).
- <span id="opt-no-out-link">[`--no-out-link`](#opt-no-out-link)<span>