wip
All checks were successful
Build and push nixos-based docker container / build (push) Successful in 41s
Update flake lock / build (push) Successful in 3s

This commit is contained in:
James Andariese 2024-08-04 00:14:42 -05:00
parent f2cffdada0
commit 7c3b3a62f0

View File

@ -15,5 +15,9 @@ jobs:
git config --local --add user.email localadmin@strudelline.net
git config --local --add user.name 'Gitea Actions'
git pull
nix flake update --commit-lock-file
nix flake update
if ! git commit -m "Flake updates for $(date)";then
echo "no updates to commit"
exit 0
fi
git push