Skip to content

Commit 65d04c4

Browse files
authored
fix trace warning for missing meta.mainProgram (#38)
1 parent ee451c1 commit 65d04c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/wrapper.nix

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ let
99
meta.description =
1010
if v.description == null then oa.meta.description or "No description" else v.description;
1111
meta.category = v.category;
12+
meta.mainProgram =
13+
oa.meta.mainProgram or v.name;
1214
});
1315
wrapCommands = spec:
1416
let

0 commit comments

Comments
 (0)