Update .forgejo/workflows/update.yml
Some checks failed
/ lockfile (push) Failing after 22s

This commit is contained in:
Chris Dombroski 2024-04-24 18:18:30 -04:00
parent 852f5d6605
commit 31ea05cae1

View file

@ -12,4 +12,4 @@ jobs:
- name: Install Nix - name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock - name: Update flake.lock
run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'