diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-11-23 01:10:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-23 01:10:45 +0000 |
| commit | 89928cb531f70ec1415e7f6ccda04058068c1c99 (patch) | |
| tree | 20910992a1c11b90d2b968162518925d9dd23286 | |
| parent | edabc790a834326dcb5810e2698fa743483510d0 (diff) | |
| parent | 23f312e48a252e348fc8884f2abc7975f976aac0 (diff) | |
Merge pull request #1173 from Enzime/push-rzlnwqmnznpp
nix-tools: set `meta.mainProgram`
| -rw-r--r-- | pkgs/nix-tools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/nix-tools/default.nix b/pkgs/nix-tools/default.nix index 4e4336a..5fdc382 100644 --- a/pkgs/nix-tools/default.nix +++ b/pkgs/nix-tools/default.nix @@ -17,6 +17,7 @@ let inherit name src; dir = "bin"; isExecutable = true; + meta.mainProgram = name; } // env); path = "${extraPath}:${systemPath}"; |
