File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 104
104
# aarch64 cross only works on linux
105
105
inherit ( lib . systems . examples ) musl32 musl64 aarch64-multiplatform ;
106
106
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
107
- inherit ( lib . systems . examples ) aarch64-android armv7a-android-prebuilt ;
107
+ inherit ( lib . systems . examples ) aarch64-android-prebuilt armv7a-android-prebuilt ;
108
108
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
109
109
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
110
110
inherit ( lib . systems . examples ) aarch64-multiplatform-musl ;
You can’t perform that action at this time.
0 commit comments