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:
parent
d2b1cdc14b
commit
ed39640cf2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue