Skip to content

Commit 60a8c4e

Browse files
committed
Fix spelling mistake
1 parent b864fe0 commit 60a8c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc884" "ghc902" "ghc928" "ghc948"])
8989
)) {
9090
inherit (lib.systems.examples) ghcjs;
91-
} // lib.optionalAttrs ((nixpkgsName != "unsable" || nixpkgName == "unstable") # build mingw for all for now.
91+
} // lib.optionalAttrs ((nixpkgsName != "unsable" || nixpkgsName == "unstable") # build mingw for all for now.
9292
&& (__match ".*llvm" compiler-nix-name == null)
9393
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884"])
9494
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity

0 commit comments

Comments
 (0)