lib.systems.examples: add aarch64-w64-mingw32

seth b5bf8e3f 205faabf

+7
+7
lib/systems/examples.nix
··· 325 325 libc = "ucrt"; # This distinguishes the mingw (non posix) toolchain 326 326 }; 327 327 328 + # LLVM-based mingw-w64 for ARM 329 + ucrtAarch64 = { 330 + config = "aarch64-w64-mingw32"; 331 + libc = "ucrt"; 332 + useLLVM = true; 333 + }; 334 + 328 335 # BSDs 329 336 330 337 x86_64-freebsd = {