dotnetCorePackages.dotnet_10.packages: add NativeAOT package

This packages is already included with the binary SDK.
This commit is contained in:
David McFarland
2026-01-14 16:34:16 -04:00
parent 80c5b9340b
commit 90222ce4d4
@@ -114,6 +114,9 @@ let
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHost" runtime.version)
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHostPolicy" runtime.version)
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHostResolver" runtime.version)
]
++ lib.optionals (lib.versionAtLeast runtime.version "10") [
(mkPackage "Microsoft.NETCore.App.Runtime.NativeAOT.${targetRid}" runtime.version)
];
};