File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 65
65
# of 'lib.systems.examples' are not understood between all versions
66
66
let lib = nixpkgs . lib ;
67
67
in lib . optionalAttrs ( nixpkgsName == "unstable"
68
- && ( ( system == "x86_64-linux" && __elem compiler-nix-name [ "ghc865" "ghc884" "ghc8107" "ghc961" ] )
69
- || ( system == "x86_64-darwin" && __elem compiler-nix-name [ "ghc8107" "ghc961" ] ) ) ) {
68
+ && ( ( system == "x86_64-linux" && __elem compiler-nix-name [ "ghc8107" "ghc961" ] )
69
+ || ( system == "aarch64-linux" && __elem compiler-nix-name [ "ghc8107" "ghc961" ] )
70
+ || ( system == "x86_64-darwin" && __elem compiler-nix-name [ "ghc8107" "ghc961" ] )
71
+ || ( system == "aarch64-darwin" && __elem compiler-nix-name [ "ghc8107" "ghc961" ] )
72
+ ) ) {
70
73
inherit ( lib . systems . examples ) ghcjs ;
71
74
} // lib . optionalAttrs ( nixpkgsName == "unstable"
72
75
&& ( ( system == "x86_64-linux" && __elem compiler-nix-name [ "ghc8107" "ghc902" "ghc926" "ghc927" "ghc944" "ghc961" ] )
You can’t perform that action at this time.
0 commit comments