Skip to content

Commit

Permalink
Fix 'nix run' for apps made with withTabry
Browse files Browse the repository at this point in the history
when run as a flake app, package myapp-with-tabry will try to find
bin/myapp-with-tabry instead of bin/myapp
  • Loading branch information
evanbattaglia committed Jan 25, 2024
1 parent 62dfbf5 commit 9f76538
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/withTabry.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ in
installShellCompletion ${cmd}.fish
'';
meta = {
mainProgram = cmd;
};
}

0 comments on commit 9f76538

Please sign in to comment.