We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b9608 commit 62cecb0Copy full SHA for 62cecb0
flake.nix
@@ -365,12 +365,10 @@
365
}
366
# Compiling windows on aarch64-linux requires aarch64 wine64 for TH code.
367
# Currently github:NixOS/nixpkgs/nixpkgs-unstable#legacyPackages.aarch64-linux.wine64 does not build.
368
+ # Once building, windowsProject candidate for win-arm64 is project.projectCross.ucrtAarch64.
369
// optionalAttrs (elem system ["x86_64-linux"]) {
370
windows = let
- windowsProject =
371
- if system == "x86_64-linux"
372
- then project.projectCross.mingwW64
373
- else project.projectCross.ucrtAarch64;
+ windowsProject = project.projectCross.mingwW64;
374
projectExes = collectExes windowsProject;
375
in
376
projectExes
0 commit comments