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 6565 # of 'lib.systems.examples' are not understood between all versions
6666 let lib = nixpkgs . lib ;
6767 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+ ) ) {
7073 inherit ( lib . systems . examples ) ghcjs ;
7174 } // lib . optionalAttrs ( nixpkgsName == "unstable"
7275 && ( ( 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