Fix missing tools for install

This commit is contained in:
Greg Hellings
2023-06-29 00:28:10 -05:00
parent 8be2f7c698
commit 7c6200bb2a
+2
View File
@@ -74,10 +74,12 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
bashInteractive bashInteractive
curl curl
git
gnutar gnutar
gzip gzip
inject inject
tmux tmux
vim
xonsh xonsh
]; ];
})); }));