nocram idk why i need
This commit is contained in:
parent
0a86380c0e
commit
02ac352a5d
|
@ -1,24 +1,18 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
[
|
libarchive
|
||||||
libarchive
|
zip
|
||||||
zip
|
unzip
|
||||||
unzip
|
p7zip
|
||||||
p7zip
|
unrar
|
||||||
cabextract
|
cabextract
|
||||||
zstd
|
zstd
|
||||||
zlib
|
zlib
|
||||||
xz
|
xz
|
||||||
gzip
|
gzip
|
||||||
bzip2
|
bzip2
|
||||||
squashfsTools
|
squashfsTools
|
||||||
cpio
|
cpio
|
||||||
lz4
|
lz4
|
||||||
] ++ (if pkgs.stdenv.isLinux then
|
];
|
||||||
[
|
|
||||||
# NOINLINE
|
|
||||||
cramfsprogs
|
|
||||||
]
|
|
||||||
else
|
|
||||||
[ ]);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue