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 { in {
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShell {
packages = [ packages = with pkgs; [
pkgs.archiso archiso
pkgs.fish cdrtools
fish
getopt
git
jq
nix
p7zip
rsync
unzip
wimlib
]; ];
}; };
}; };