mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Fix 'just update'
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user