query
On this page

systemToDotnetRid

pkgs.dotnetCorePackages.systemToDotnetRid

Docs pulled from | This Revision | 18 days ago


Nixpkgs manual

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}");