stuff
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user