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 2e162a2 commit 8c8a136Copy full SHA for 8c8a136
1 file changed
flake.nix
@@ -377,7 +377,7 @@
377
# Once building, windowsProject candidate for win-arm64 is project.projectCross.ucrtAarch64.
378
// optionalAttrs (elem system ["x86_64-linux"]) {
379
windows = let
380
- windowsProject = (project.appendModule {compiler-nix-name = windowsCompilerNixName;}).projectCross.mingwW64;
+ windowsProject = (project.appendModule {compiler-nix-name = windowsCompilerNixName;}).projectCross.ucrt64;
381
projectExes = collectExes windowsProject;
382
in
383
projectExes
0 commit comments