1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

nix-tools: set meta.mainProgram

This commit is contained in:
Michael Hoang 2024-11-16 21:53:32 +11:00
parent c60b5c924c
commit 23f312e48a

View file

@ -17,6 +17,7 @@ let
inherit name src;
dir = "bin";
isExecutable = true;
meta.mainProgram = name;
} // env);
path = "${extraPath}:${systemPath}";