From 044315a1a5835c8a61561489e1b6f85b89c69f44 Mon Sep 17 00:00:00 2001 From: legendofmiracles Date: Tue, 10 Aug 2021 23:13:07 +0000 Subject: [PATCH] helix: set meta.mainProgram --- pkgs/applications/editors/helix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/helix/default.nix b/pkgs/applications/editors/helix/default.nix index a36ff1cde464..315951b0e9e6 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 ]; }; }