nixfiles/profiles/dev/archives.nix

18 lines
207 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
2021-12-26 12:38:23 +00:00
zip
unzip
2021-12-26 12:38:23 +00:00
p7zip
cabextract
cramfsprogs
zstd
2021-12-26 12:38:23 +00:00
zlib
xz
gzip
bzip2
squashfsTools
cpio
lz4
];
}