Skip to content

Commit

Permalink
Update wrapper.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
vtgen authored Feb 3, 2024
1 parent dfbe506 commit 93068ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
if v.description == null then oa.meta.description or "No description" else v.description;
meta.category = v.category;
meta.mainProgram =
if oa.meta.mainProgram == null then v.name or "No name" else v.mainProgram;
if oa.meta.mainProgram == null then v.name or "No name" else oa.meta.mainProgram;
});
wrapCommands = spec:
let
Expand Down

0 comments on commit 93068ed

Please sign in to comment.