Add flake.lock to git add command in update-nur.sh
This commit is contained in:
parent
9e479b56f5
commit
d0b794774f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue