Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 2, 2024
1 parent 788535b commit c46a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/project/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ in
program = "${lib.getBin package}/bin/${exe}";
meta.description =
if lib.hasAttrByPath [ "meta" "description" ] package
then "${if exe != name then "[${exe}] " else ""}${meta.description}";
then "${if exe != name then "[${exe}] " else ""}${meta.description}"
else "Executable ${if exe != name then "${exe} from " else "for "}package ${name}";
})
)
Expand Down

0 comments on commit c46a966

Please sign in to comment.