about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/typeshare/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rust/typeshare/default.nix')
-rw-r--r--pkgs/development/tools/rust/typeshare/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/rust/typeshare/default.nix b/pkgs/development/tools/rust/typeshare/default.nix
index 9d9c554daaee..85880dca6571 100644
--- a/pkgs/development/tools/rust/typeshare/default.nix
+++ b/pkgs/development/tools/rust/typeshare/default.nix
@@ -30,6 +30,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Command Line Tool for generating language files with typeshare";
+    mainProgram = "typeshare";
     homepage = "https://github.com/1password/typeshare";
     changelog = "https://github.com/1password/typeshare/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ asl20 /* or */ mit ];