fix: gitea update
All checks were successful
Check / check (push) Successful in 1m5s
Check / update (push) Has been skipped
Check / push (push) Successful in 13s

This commit is contained in:
2025-06-16 13:45:13 -04:00
parent 99379efa15
commit 6f87b1f4da
2 changed files with 10 additions and 9 deletions

View File

@ -5,7 +5,7 @@ updated=false
echo "updating nix flake"
cd "${git_root}"
nix flake update
nix flake update --accept-flake-config
if ! git diff --exit-code flake.lock; then
git add flake.lock
git commit -m "build(nix): updated nix dependencies"