dotnetCorePackages.dotnet_{8..10}.packages: init as recursed set (#462339)

This commit is contained in:
David McFarland
2025-11-26 13:52:10 +00:00
committed by GitHub
@@ -249,4 +249,8 @@ in
aspnetcore
;
packages = lib.recurseIntoAttrs (
# recursion can't handle . in the attribute names
lib.genAttrs' packages (p: lib.nameValuePair (lib.replaceString "." "-" p.pname) p)
);
}