debootstrap: add zstd to debootstrap's binPath (#387473)

This commit is contained in:
Sandro
2025-03-06 11:44:42 +01:00
committed by GitHub
+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 {