fix: add flake.lock on update

This commit is contained in:
2025-05-12 11:39:06 -04:00
parent 296d2713ad
commit bfc1580218
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ cd "${git_root}"
nix flake update
if ! git diff --exit-code flake.nix; then
git add flake.nix
git add flake.lock
git commit -m "build(nix): updated nix dependencies"
fi