about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/hors/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/hors/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/hors/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/hors/default.nix b/nixpkgs/pkgs/development/tools/hors/default.nix
index 579a2a27922f..39710ad74acd 100644
--- a/nixpkgs/pkgs/development/tools/hors/default.nix
+++ b/nixpkgs/pkgs/development/tools/hors/default.nix
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Instant coding answers via the command line";
+    mainProgram = "hors";
     homepage = "https://github.com/windsoilder/hors";
     changelog = "https://github.com/WindSoilder/hors/blob/v${version}/CHANGELOG.md";
     license = licenses.gpl3Only;