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 <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-05-09 10:41:56 -07:00 committed by clbot
parent d2b1cdc14b
commit ed39640cf2

View file

@ -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
];
}