about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/teip/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/teip/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/teip/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/teip/default.nix b/nixpkgs/pkgs/tools/text/teip/default.nix
index c0ac20a28149..caa665fc3c93 100644
--- a/nixpkgs/pkgs/tools/text/teip/default.nix
+++ b/nixpkgs/pkgs/tools/text/teip/default.nix
@@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A tool to bypass a partial range of standard input to any command";
+    mainProgram = "teip";
     homepage = "https://github.com/greymd/teip";
     changelog = "https://github.com/greymd/teip/releases/tag/v${version}";
     license = licenses.mit;