Merge pull request #85685 from nh2/remove-unused-allSupportedNixpkgs
release-combined: Remove unused value `allSupportedNixpkgs`
This commit is contained in:
commit
a85868fee9
1 changed files with 0 additions and 5 deletions
|
@ -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