about summary refs log tree commit diff
path: root/pkgs/applications/editors/helix
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-08-10 23:13:07 +0000
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-08-10 23:13:07 +0000
commit044315a1a5835c8a61561489e1b6f85b89c69f44 (patch)
treee370e2a1557b1b6676a760ea798e3742518fc77a /pkgs/applications/editors/helix
parent3f7771d65cca13a229e11f4aeaaf9245414a2134 (diff)
helix: set meta.mainProgram
Diffstat (limited to 'pkgs/applications/editors/helix')
-rw-r--r--pkgs/applications/editors/helix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/helix/default.nix b/pkgs/applications/editors/helix/default.nix
index a36ff1cde464c..315951b0e9e6f 100644
--- a/pkgs/applications/editors/helix/default.nix
+++ b/pkgs/applications/editors/helix/default.nix
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
     description = "A post-modern modal text editor";
     homepage = "https://helix-editor.com";
     license = licenses.mpl20;
+    mainProgram = "hx";
     maintainers = with maintainers; [ yusdacra ];
   };
 }