We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfd858 commit 22dae4dCopy full SHA for 22dae4d
overlays/linux-cross.nix
@@ -51,7 +51,7 @@ let
51
${qemu}/bin/qemu-${qemuSuffix} ${interpreter.override
52
({
53
patches = [ ./patches/iserv-proxy-keep-cafs.patch ]
54
- ++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
+ # ++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch32) ./patches/iserv-proxy-interpreter-9.3-android32.patch
55
++ lib.optional (hostPlatform.isAndroid && hostPlatform.isAarch64) ./patches/iserv-proxy-interpreter-9.3-android.patch
56
;
57
} // lib.optionalAttrs hostPlatform.isAndroid {
0 commit comments