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