From 403420fd4b62de115b6ddbdf7885e4ed14f8bf9c Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Sat, 22 Jun 2024 10:43:47 -0700 Subject: [PATCH] fix: missing semicolon --- tidepool/src/lib/systems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidepool/src/lib/systems.nix b/tidepool/src/lib/systems.nix index 24d31c9..6ff7988 100644 --- a/tidepool/src/lib/systems.nix +++ b/tidepool/src/lib/systems.nix @@ -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