about summary refs log tree commit diff
path: root/pkgs/by-name/he/helix-gpt/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/he/helix-gpt/package.nix')
-rw-r--r--pkgs/by-name/he/helix-gpt/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/he/helix-gpt/package.nix b/pkgs/by-name/he/helix-gpt/package.nix
index 6e77d5e8a8d4..d95c9689f1f7 100644
--- a/pkgs/by-name/he/helix-gpt/package.nix
+++ b/pkgs/by-name/he/helix-gpt/package.nix
@@ -56,6 +56,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     homepage = "https://github.com/leona/helix-gpt";
     description = "Code completion LSP for Helix with support for Copilot + OpenAI";
+    mainProgram = "helix-gpt";
     maintainers = with maintainers; [ happysalada ];
     license = with licenses; [ mit ];
     platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];