Skip to content

Commit

Permalink
nix-tools: set meta.mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Nov 17, 2024
1 parent c60b5c9 commit 23f312e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/nix-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ let
inherit name src;
dir = "bin";
isExecutable = true;
meta.mainProgram = name;
} // env);

path = "${extraPath}:${systemPath}";
Expand Down

0 comments on commit 23f312e

Please sign in to comment.