From 59f032263e50f317c7f38077928bf377f4f96161 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sun, 22 Jun 2025 08:42:22 -0400 Subject: [PATCH] add pipet --- install-cli-tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-cli-tools.sh b/install-cli-tools.sh index deab411..1300c13 100755 --- a/install-cli-tools.sh +++ b/install-cli-tools.sh @@ -91,6 +91,7 @@ has_bin "nix-search" || nix profile install github:peterldowns/nix-search-cli -- has_bin "nurl" || nix profile install nixpkgs#nurl has_bin "nvim" || nix profile install nixpkgs#neovim has_bin "ouch" || nix profile install nixpkgs#ouch +has_bin "pipet" || nix profile install nixpkgs#pipet has_bin "pstree" || nix profile install nixpkgs#pstree has_bin "q" || nix profile install nixpkgs#q has_bin "rg" || nix profile install nixpkgs#ripgrep