fix: missing semicolon

This commit is contained in:
Jake Hamilton 2024-06-22 10:43:47 -07:00
parent 9316874396
commit 403420fd4b
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -2103,7 +2103,7 @@ in {
then "x86" # not i386
else if resolved.isMips64
then "mips64" # uboot *does* distinguish between mips32/mips64
else resolved.linux.arch # other cases appear to agree with linuxArch
else resolved.linux.arch; # other cases appear to agree with linuxArch
qemu.arch =
if resolved.isAarch32