diff options
Diffstat (limited to 'doc/manual/src/command-ref/nix-build.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-build.md b/doc/manual/src/command-ref/nix-build.md index a65f53b4b..81dc26a39 100644 --- a/doc/manual/src/command-ref/nix-build.md +++ b/doc/manual/src/command-ref/nix-build.md @@ -46,7 +46,7 @@ expression to a low-level store derivation) and [`nix-store All options not listed here are passed to `nix-store --realise`, except for `--arg` and `--attr` / `-A` which are passed to -`nix-instantiate`. See also [???](#sec-common-options). +`nix-instantiate`. - `--no-out-link` Do not create a symlink to the output path. Note that as a result |