File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 64
64
nixpkgs . lib . optionalAttrs ( nixpkgsName == "R2405" ) {
65
65
ghc96 = false ;
66
66
ghc98 = false ;
67
+ ghc910 = true ;
67
68
} // nixpkgs . lib . optionalAttrs ( nixpkgsName == "unstable" ) {
68
69
ghc810 = true ;
69
70
ghc92 = true ;
100
101
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" ) {
101
102
# Musl cross only works on linux
102
103
# aarch64 cross only works on linux
103
- inherit ( lib . systems . examples ) musl32 musl64 aarch64-multiplatform aarch64-android armv7a-android-prebuilt ;
104
+ inherit ( lib . systems . examples ) musl32 musl64 aarch64-multiplatform ;
105
+ } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "R2405" ) {
106
+ inherit ( lib . systems . examples ) aarch64-android armv7a-android-prebuilt ;
104
107
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
105
108
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
106
109
inherit ( lib . systems . examples ) aarch64-multiplatform-musl ;
You can’t perform that action at this time.
0 commit comments