Add needed tools to build commands

This commit is contained in:
Greg Hellings
2024-11-18 18:51:12 -06:00
parent db7980101f
commit 1e27b9027f
+3 -1
View File
@@ -97,10 +97,12 @@
packages = let
base = {
runtimeInputs = with pkgs; [
packer
cdrtools
findutils
packer
qemu_full
vagrant
xorriso
];
};
build = d: let