File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
|| ( system == "x86_64-darwin" && __elem compiler-nix-name [ "ghc8107" ] ) ) ) {
71
71
inherit ( lib . systems . examples ) ghcjs ;
72
72
} // lib . optionalAttrs ( nixpkgsName == "unstable"
73
- && ( ( system == "x86_64-linux" && __elem compiler-nix-name [ "ghc8107" "ghc902" "ghc926" "ghc927" "ghc944" ] )
73
+ && ( ( system == "x86_64-linux" && __elem compiler-nix-name [ "ghc8107" "ghc902" "ghc926" "ghc927" "ghc944" "ghc961" ] )
74
74
|| ( system == "x86_64-darwin" && __elem compiler-nix-name [ ] ) ) ) { # TODO add ghc versions when we have more darwin build capacity
75
75
inherit ( lib . systems . examples ) mingwW64 ;
76
- } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && __elem compiler-nix-name [ "ghc8107" "ghc902" "ghc922" "ghc923" "ghc924" "ghc926" "ghc927" ] ) {
76
+ } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && __elem compiler-nix-name [ "ghc8107" "ghc902" "ghc922" "ghc923" "ghc924" "ghc926" "ghc927" "ghc944" "ghc961" ] ) {
77
77
# Musl cross only works on linux
78
78
# aarch64 cross only works on linux
79
79
inherit ( lib . systems . examples ) musl64 aarch64-multiplatform ;
You can’t perform that action at this time.
0 commit comments