aboutsummaryrefslogtreecommitdiff
path: root/src/nix/show-derivation.md
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-12-20 15:37:40 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-12-21 11:42:50 +0100
commit7797661a70bcd6a7caf756964785ea7727ed1be0 (patch)
treeb0d70a217952a63b992f2f7c02d315c9e4c187b9 /src/nix/show-derivation.md
parent3a66d82e1da1302586055a70903de2f9a7425087 (diff)
link "store derivation" to glossary definition
Diffstat (limited to 'src/nix/show-derivation.md')
-rw-r--r--src/nix/show-derivation.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nix/show-derivation.md b/src/nix/show-derivation.md
index aa863899c..2cd93aa62 100644
--- a/src/nix/show-derivation.md
+++ b/src/nix/show-derivation.md
@@ -2,9 +2,11 @@ R""(
# Examples
-* Show the store derivation that results from evaluating the Hello
+* Show the [store derivation] that results from evaluating the Hello
package:
+ [store derivation]: ../../glossary.md#gloss-store-derivation
+
```console
# nix show-derivation nixpkgs#hello
{
@@ -37,7 +39,7 @@ R""(
# Description
This command prints on standard output a JSON representation of the
-store derivations to which *installables* evaluate. Store derivations
+[store derivation]s to which *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.