forked from mirrors/nixpkgs
release-combined: Remove unused value allSupportedNixpkgs
.
It was made obsolete by commit2de3caf0
- nixos/release-combined.nix: List constituents of the 'tested' job by name see alsof996744fd3 (r38642487)
.
This commit is contained in:
parent
523fe98821
commit
1da6613de1
|
@ -20,11 +20,6 @@ let
|
|||
else pkgs.lib.mapAttrs (n: v: removeMaintainers v) set
|
||||
else set;
|
||||
|
||||
allSupportedNixpkgs = builtins.removeAttrs (removeMaintainers (import ../pkgs/top-level/release.nix {
|
||||
supportedSystems = supportedSystems ++ limitedSupportedSystems;
|
||||
nixpkgs = nixpkgsSrc;
|
||||
})) [ "unstable" ];
|
||||
|
||||
in rec {
|
||||
|
||||
nixos = removeMaintainers (import ./release.nix {
|
||||
|
|
Loading…
Reference in a new issue