Skip to content

Commit

Permalink
fix trace warning for missing meta.mainProgram (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtgen authored Dec 5, 2024
1 parent ee451c1 commit 65d04c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ let
meta.description =
if v.description == null then oa.meta.description or "No description" else v.description;
meta.category = v.category;
meta.mainProgram =
oa.meta.mainProgram or v.name;
});
wrapCommands = spec:
let
Expand Down

0 comments on commit 65d04c4

Please sign in to comment.