We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee451c1 commit 65d04c4Copy full SHA for 65d04c4
nix/wrapper.nix
@@ -9,6 +9,8 @@ let
9
meta.description =
10
if v.description == null then oa.meta.description or "No description" else v.description;
11
meta.category = v.category;
12
+ meta.mainProgram =
13
+ oa.meta.mainProgram or v.name;
14
});
15
wrapCommands = spec:
16
let
0 commit comments