about summary refs log tree commit diff
path: root/pkgs/applications/editors/amp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/amp/default.nix')
-rw-r--r--pkgs/applications/editors/amp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/amp/default.nix b/pkgs/applications/editors/amp/default.nix
index 7f4081a399e79..a1c96ea92beb9 100644
--- a/pkgs/applications/editors/amp/default.nix
+++ b/pkgs/applications/editors/amp/default.nix
@@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
     license = [ licenses.gpl3 ];
     maintainers = [ maintainers.sb0 ];
     platforms = platforms.unix;
+    mainProgram = "amp";
   };
 }