File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
&& ( __match ".*llvm" compiler-nix-name == null )
82
82
&& ( ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] )
83
83
|| ( system == "aarch64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] )
84
- || ( system == "x86_64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc982" "ghc983" "ghc984" ] )
85
- || ( system == "aarch64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc982" "ghc983" "ghc984" ] )
84
+ || ( system == "x86_64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc96720250227" " ghc982" "ghc983" "ghc984" ] )
85
+ || ( system == "aarch64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc96720250227" " ghc982" "ghc983" "ghc984" ] )
86
86
) ) {
87
87
inherit ( lib . systems . examples ) ghcjs ;
88
88
} // lib . optionalAttrs ( nixpkgsName == "unstable"
You can’t perform that action at this time.
0 commit comments