aboutsummaryrefslogtreecommitdiff
path: root/src/nix/show-derivation.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/show-derivation.md')
-rw-r--r--src/nix/show-derivation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/show-derivation.md b/src/nix/show-derivation.md
index 2cd93aa62..1d37c6f5a 100644
--- a/src/nix/show-derivation.md
+++ b/src/nix/show-derivation.md
@@ -39,7 +39,7 @@ R""(
# Description
This command prints on standard output a JSON representation of the
-[store derivation]s to which *installables* evaluate. Store derivations
+[store derivation]s to which [*installables*](./nix.md#installables) evaluate. Store derivations
are used internally by Nix. They are store paths with extension `.drv`
that represent the build-time dependency graph to which a Nix
expression evaluates.