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 102
102
# Musl cross only works on linux
103
103
# aarch64 cross only works on linux
104
104
inherit ( lib . systems . examples ) musl32 musl64 aarch64-multiplatform ;
105
- } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "R2405 " && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
106
- inherit ( lib . systems . examples ) aarch64-android armv7a-android-prebuilt ;
105
+ } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable " && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
106
+ inherit ( lib . systems . examples ) aarch64-android-prebuilt armv7a-android-prebuilt ;
107
107
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
108
108
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
109
109
inherit ( lib . systems . examples ) aarch64-multiplatform-musl ;
You can’t perform that action at this time.
0 commit comments