From c75719a89845eaef507b30924816438e0611e6fa Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 6 Jun 2023 11:03:18 -0600 Subject: [PATCH] fmt --- bin/mkboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkboot b/bin/mkboot index 1b3346d..db71c14 100755 --- a/bin/mkboot +++ b/bin/mkboot @@ -1,7 +1,7 @@ #!/usr/bin/env sh case $1 in -arm|arm64) +arm | arm64) nix build .#nixosConfigurations.arm64Install.config.system.build.sdImage ;; haas)