about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2022-12-11 13:48:55 -0400
committerDavid McFarland <corngood@gmail.com>2022-12-19 15:36:26 -0400
commit627cbab3f4ef8c784335d79999bdfadfba015f9a (patch)
tree9b5e8ae4e25b56ae3db66c2616c4611fd2269415 /pkgs/development/compilers
parent824d40aa0400e547c07c054ed7eddcf42b68955e (diff)
dotnet: add windows RIDs to systemToDotnetRid
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/dotnet/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/dotnet/default.nix b/pkgs/development/compilers/dotnet/default.nix
index aa29ab80ac893..c2cb6eb37823b 100644
--- a/pkgs/development/compilers/dotnet/default.nix
+++ b/pkgs/development/compilers/dotnet/default.nix
@@ -19,6 +19,8 @@ let
     "aarch64-linux" = "linux-arm64";
     "x86_64-darwin" = "osx-x64";
     "aarch64-darwin" = "osx-arm64";
+    "x86_64-windows" = "win-x64";
+    "i686-windows" = "win-x86";
   };
 
   # Convert a "stdenv.hostPlatform.system" to a dotnet RID