diff options
| author | seth <getchoo@tuta.io> | 2024-11-21 04:52:12 -0500 |
|---|---|---|
| committer | seth <getchoo@tuta.io> | 2024-11-21 04:56:45 -0500 |
| commit | 4d874d59e2a06a255487d3a4ccff5a8e720de440 (patch) | |
| tree | 7f055e52d52b3ae22bc71274289ff22d0f98b4cd /lib/systems | |
| parent | gollama: 1.27.17 -> 1.27.19 (#357572) (diff) | |
| download | nixpkgs-4d874d59e2a06a255487d3a4ccff5a8e720de440.tar.gz | |
lib.systems.examples: set `rust.rustcTarget` for ucrtAarch64
Closes https://github.com/NixOS/nixpkgs/issues/357751
Diffstat (limited to 'lib/systems')
| -rw-r--r-- | lib/systems/examples.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 20f96f0849d1..8433042838dc 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -329,6 +329,7 @@ rec { ucrtAarch64 = { config = "aarch64-w64-mingw32"; libc = "ucrt"; + rust.rustcTarget = "aarch64-pc-windows-gnullvm"; useLLVM = true; }; |
