From ed39640cf2e8ce0912574771c2044df02f33f2f2 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 9 May 2022 10:41:56 -0700 Subject: [PATCH] feat(wpcarro/nix): Support htop, zip More common CLI utilities that I expect to be available as defaults. Change-Id: I59c5492f3dc007aaea5bfb7b01d5f842ced0d6c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5564 Tested-by: BuildkiteCI Reviewed-by: wpcarro Autosubmit: wpcarro --- users/wpcarro/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix index dd9388e0b..9a8dd344d 100644 --- a/users/wpcarro/common.nix +++ b/users/wpcarro/common.nix @@ -50,6 +50,7 @@ in fzf git gnupg + htop jq mkpasswd nmap @@ -65,5 +66,6 @@ in # TODO(wpcarro): Debug this failing build. # wpcarro.tools.simple_vim xclip + zip ]; }