Commit a16fc600 authored by Adam Mitha's avatar Adam Mitha
Browse files

debootstrap: add zstd to debootstrap's binPath

parent 25068c53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {