systemToDotnetRid
pkgs.dotnetCorePackages.systemToDotnetRid
Docs pulled from | This Revision | about 1 hour ago
Convert a "stdenv.hostPlatform.system" to a dotnet RID
Noogle detected
Implementation
The following is the current implementation of this function.
systemToDotnetRid =
system: runtimeIdentifierMap.${system} or (throw "unsupported platform ${system}");