1
1
Fork 0
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:
John Ericson 2025-01-19 11:51:32 -05:00
parent 16bd5a44ef
commit 97977b7348

View file

@ -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},
}); });