mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Fix formatting issue
This commit is contained in:
parent
16bd5a44ef
commit
97977b7348
1 changed files with 1 additions and 2 deletions
|
|
@ -143,8 +143,7 @@ MixOperateOnOptions::MixOperateOnOptions()
|
||||||
{
|
{
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "derivation",
|
.longName = "derivation",
|
||||||
.description =
|
.description = "Operate on the [derivation](@docroot@/glossary.md#gloss-derivation) rather than its outputs.",
|
||||||
"Operate on the [derivation](@docroot@/glossary.md#gloss-derivation) rather than its outputs.",
|
|
||||||
.category = installablesCategory,
|
.category = installablesCategory,
|
||||||
.handler = {&operateOn, OperateOn::Derivation},
|
.handler = {&operateOn, OperateOn::Derivation},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue