This commit is contained in:
Shelvacu
2025-07-23 20:24:48 -07:00
committed by Shelvacu on fw
parent 13d6c6c8ad
commit e2e8967cc5

View File

@@ -57,6 +57,9 @@ function standard_package() {
if svl_in_array "$primary_name" bandcamp-collection-downloader transferwee; then
extra_update_args+=(--version=branch)
fi
if [[ $primary_name == z3 ]]; then
extra_update_args+=(--version-regex='z3-(.*)')
fi
nix_common run '.#stable.nix-update' -- "$primary_name" --flake --write-commit-message "$commit_message_path" "${extra_update_args[@]}"
if ! git diff --quiet --exit-code HEAD -- packages/"$primary_name"; then
declare flake_path