Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/manual/source/command-ref/nix-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ to a temporary location. The tarball must include a single top-level
directory containing at least a file named `default.nix`.

`nix-build` is essentially a wrapper around
[`nix-instantiate`](nix-instantiate.md) (to translate a high-level Nix
[`nix-instantiate`](./nix-instantiate.md) (to translate a high-level Nix
expression to a low-level [store derivation]) and [`nix-store
--realise`](@docroot@/command-ref/nix-store/realise.md) (to build the store
derivation).
Expand All @@ -52,8 +52,8 @@ derivation).
# Options

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).
[`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>

Expand Down
2 changes: 1 addition & 1 deletion doc/manual/source/command-ref/nix-instantiate.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ standard input.

- `--add-root` *path*

See the [corresponding option](nix-store.md) in `nix-store`.
See the [corresponding option](./nix-store.md) in `nix-store`.

- `--parse`

Expand Down
2 changes: 1 addition & 1 deletion src/nix/profile-diff-closures.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ R""(

This command shows the difference between the closures of subsequent
versions of a profile. See [`nix store
diff-closures`](nix3-store-diff-closures.md) for details.
diff-closures`](./nix3-store-diff-closures.md) for details.

)""
Loading