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; [
bashInteractive
curl
git
gnutar
gzip
inject
tmux
vim
xonsh
];
}));