about summary refs log tree commit diff
path: root/pkgs/development/tools/trunk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/trunk/default.nix')
-rw-r--r--pkgs/development/tools/trunk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/trunk/default.nix b/pkgs/development/tools/trunk/default.nix
index 3df95747a3a1..13352f11c5c9 100644
--- a/pkgs/development/tools/trunk/default.nix
+++ b/pkgs/development/tools/trunk/default.nix
@@ -54,6 +54,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     homepage = "https://github.com/trunk-rs/trunk";
     description = "Build, bundle & ship your Rust WASM application to the web";
+    mainProgram = "trunk";
     maintainers = with maintainers; [ freezeboy ];
     license = with licenses; [ asl20 ];
   };