-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey, I want to use balc in a custom updater justfile recipe that I tell it to update a specific flake input, and it goes and checks if there are any new updates available for said specific flake input. It currently tries to update every single input
Line 30 in d37e7a9
nix flake update || exit |
My justfile script is this
[doc('Update a given flake input, {{INPUT}}')]
@update-input INPUT:
balc {{ INPUT }} || exit
git commit --quiet --message "chore: update {{ INPUT }}" flake.lock
if [ ! $(git ls-remote origin --quiet) ]; then \ echo "Can't reach the remote repo to push. Try pushing again later."; \ git restore flake.lock; \ exit 1; \ fi
git push origin master
Metadata
Metadata
Assignees
Labels
No labels