Skip to content

Commit 62cecb0

Browse files
committed
flake: mv gated win-arm64 windowsProject to a comment
1 parent 88b9608 commit 62cecb0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flake.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,10 @@
365365
}
366366
# Compiling windows on aarch64-linux requires aarch64 wine64 for TH code.
367367
# 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.
368369
// optionalAttrs (elem system ["x86_64-linux"]) {
369370
windows = let
370-
windowsProject =
371-
if system == "x86_64-linux"
372-
then project.projectCross.mingwW64
373-
else project.projectCross.ucrtAarch64;
371+
windowsProject = project.projectCross.mingwW64;
374372
projectExes = collectExes windowsProject;
375373
in
376374
projectExes

0 commit comments

Comments
 (0)