diff --git a/package.nix b/package.nix index 6fe0038..e80c40b 100644 --- a/package.nix +++ b/package.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { meta = { description = "Github Copilot CLI"; homepage = "https://github.com"; + mainProgram = "copilot"; }; }