Merge pull request #85685 from nh2/remove-unused-allSupportedNixpkgs

release-combined: Remove unused value `allSupportedNixpkgs`
This commit is contained in:
Domen Kožar 2020-04-21 17:01:30 +02:00 committed by GitHub
commit a85868fee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,6 @@ let
else pkgs.lib.mapAttrs (n: v: removeMaintainers v) set else pkgs.lib.mapAttrs (n: v: removeMaintainers v) set
else set; else set;
allSupportedNixpkgs = builtins.removeAttrs (removeMaintainers (import ../pkgs/top-level/release.nix {
supportedSystems = supportedSystems ++ limitedSupportedSystems;
nixpkgs = nixpkgsSrc;
})) [ "unstable" ];
in rec { in rec {
nixos = removeMaintainers (import ./release.nix { nixos = removeMaintainers (import ./release.nix {