mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +00:00
Merge pull request #1173 from Enzime/push-rzlnwqmnznpp
nix-tools: set `meta.mainProgram`
This commit is contained in:
commit
89928cb531
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ let
|
||||||
inherit name src;
|
inherit name src;
|
||||||
dir = "bin";
|
dir = "bin";
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
meta.mainProgram = name;
|
||||||
} // env);
|
} // env);
|
||||||
|
|
||||||
path = "${extraPath}:${systemPath}";
|
path = "${extraPath}:${systemPath}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue