diff --git a/corepkgs/unpack-channel.nix b/corepkgs/unpack-channel.nix index 57d5a09a07..8cf79f8284 100644 --- a/corepkgs/unpack-channel.nix +++ b/corepkgs/unpack-channel.nix @@ -6,7 +6,7 @@ let '' mkdir $out cd $out - ${bzip2} -d < $src | ${tar} xf - --warning=no-timestamp + ${bzip2} -d < $src | ${tar} xf - ${tarFlags} mv * $out/$channelName if [ -n "$binaryCacheURL" ]; then mkdir $out/binary-caches