[staging-next] lib.systems: force qemuArch to "aarch64" on aarch64 (#397889)

This commit is contained in:
Emily
2025-04-11 09:45:12 +01:00
committed by GitHub
+2
View File
@@ -305,6 +305,8 @@ let
qemuArch =
if final.isAarch32 then
"arm"
else if final.isAarch64 then
"aarch64"
else if final.isS390 && !final.isS390x then
null
else if final.isx86_64 then