debootstrap: add zstd to debootstrap's binPath

This commit is contained in:
Adam Mitha
2025-03-05 18:22:38 -08:00
parent 25068c534b
commit a16fc600aa
+2
View File
@@ -16,6 +16,7 @@
gnused,
gzip,
xz,
zstd,
makeWrapper,
nix-update-script,
testers,
@@ -40,6 +41,7 @@ let
util-linux
wget
xz
zstd
];
in
stdenv.mkDerivation rec {