From cc1e8c62f064972f48735af7940fafaf2a6e55e5 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 13 Mar 2024 21:12:51 -0400 Subject: [PATCH] Fix 'just update' --- nix-flake-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-flake-update.sh b/nix-flake-update.sh index 0ce481f..27dfc73 100755 --- a/nix-flake-update.sh +++ b/nix-flake-update.sh @@ -9,7 +9,7 @@ update_msg=$(nix flake update 2>&1 | grep -v 'warning:') if [[ $arch == "Linux" ]]; then just build-linux elif [[ $arch == "Darwin" ]]; then - just build-darwin + just build-mac else echo "Unsupported OS: $arch" exit 1