mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
link "store derivation" to glossary definition
This commit is contained in:
parent
3a66d82e1d
commit
7797661a70
10 changed files with 38 additions and 22 deletions
|
@ -168,7 +168,7 @@ SourceExprCommand::SourceExprCommand(bool supportReadOnlyMode)
|
|||
|
||||
addFlag({
|
||||
.longName = "derivation",
|
||||
.description = "Operate on the store derivation rather than its outputs.",
|
||||
.description = "Operate on the [store derivation](../../glossary.md#gloss-store-derivation) rather than its outputs.",
|
||||
.category = installablesCategory,
|
||||
.handler = {&operateOn, OperateOn::Derivation},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue