1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32: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({
.longName = "derivation",
.description =
"Operate on the [derivation](@docroot@/glossary.md#gloss-derivation) rather than its outputs.",
.description = "Operate on the [derivation](@docroot@/glossary.md#gloss-derivation) rather than its outputs.",
.category = installablesCategory,
.handler = {&operateOn, OperateOn::Derivation},
});