The unpack-channel.nix core function is in flux for 20.09
Once hydra and nixpkgs are on the same nix this we can settle on the newer builtin-based src/nix-channel/unpack-channel.nix.
This commit is contained in:
@@ -81,7 +81,7 @@ in let
|
||||
# The nix provided nix/unpack-channel.nix function extracts the nixpkgs from the channel,
|
||||
#
|
||||
nixpkgs =
|
||||
( import <nix/unpack-channel.nix> rec {
|
||||
( pkgs.callPackage ./unpack-channel.nix { } rec {
|
||||
name = "nixos";
|
||||
channelName = "${name}-${version}";
|
||||
src = channel + /tarballs + "/${name}-${version}${nixpkgsVersion.suffix}.tar.xz";
|
||||
|
||||
Reference in New Issue
Block a user