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 b864fe0 commit 60a8c4eCopy full SHA for 60a8c4e
ci.nix
@@ -88,7 +88,7 @@
88
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc884" "ghc902" "ghc928" "ghc948"])
89
)) {
90
inherit (lib.systems.examples) ghcjs;
91
- } // lib.optionalAttrs ((nixpkgsName != "unsable" || nixpkgName == "unstable") # build mingw for all for now.
+ } // lib.optionalAttrs ((nixpkgsName != "unsable" || nixpkgsName == "unstable") # build mingw for all for now.
92
&& (__match ".*llvm" compiler-nix-name == null)
93
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884"])
94
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
0 commit comments