Fix 'just update'

This commit is contained in:
Dave Gallant
2024-03-13 21:12:51 -04:00
parent 9d9f8199e5
commit cc1e8c62f0

View File

@@ -9,7 +9,7 @@ update_msg=$(nix flake update 2>&1 | grep -v 'warning:')
if [[ $arch == "Linux" ]]; then if [[ $arch == "Linux" ]]; then
just build-linux just build-linux
elif [[ $arch == "Darwin" ]]; then elif [[ $arch == "Darwin" ]]; then
just build-darwin just build-mac
else else
echo "Unsupported OS: $arch" echo "Unsupported OS: $arch"
exit 1 exit 1