Add flake.lock to git add command in update-nur.sh

This commit is contained in:
Gavin John 2024-12-07 07:16:04 -08:00 committed by mergify[bot]
parent 9e479b56f5
commit d0b794774f

View file

@ -24,7 +24,7 @@ nix flake update nixpkgs
if [[ -z "$(git diff --exit-code)" ]]; then
echo "No changes to the output on this push; exiting."
else
git add --all repos.json*
git add --all repos.json* flake.lock
git commit -m "automatic update"
# in case we are getting overtaken by a different job
git pull --rebase origin master