Upstream dropped unpack-channel binaryCacheURL argument in nix

This commit is contained in:
Tyson Whitehead
2020-01-09 11:34:04 -05:00
parent 9d4ffc6b15
commit 218174a96a

View File

@@ -85,7 +85,6 @@ in let
name = "nixos";
channelName = "${name}-${version}";
src = channel + /tarballs + "/${name}-${version}${nixpkgsVersion.suffix}.tar.xz";
binaryCacheURL = https://cache.nixos.org;
} );
in
nixpkgs;