Add missing packages for creating ISO files

This commit is contained in:
Manuel Thalmann 2024-09-25 19:49:41 +02:00
parent 74af10dbe7
commit 40b600a748

View file

@ -22,9 +22,18 @@
in {
devShells = {
default = pkgs.mkShell {
packages = [
pkgs.archiso
pkgs.fish
packages = with pkgs; [
archiso
cdrtools
fish
getopt
git
jq
nix
p7zip
rsync
unzip
wimlib
];
};
};