about summary refs log tree commit diff
path: root/pkgs/shells/murex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/murex/default.nix')
-rw-r--r--pkgs/shells/murex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/murex/default.nix b/pkgs/shells/murex/default.nix
index d44c32e81cfc..4e44b6bd7ecf 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -20,6 +20,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity";
+    mainProgram = "murex";
     homepage = "https://murex.rocks";
     license = licenses.gpl2;
     maintainers = with maintainers; [ dit7ya kashw2 ];