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

This commit is contained in:
Chris Dombroski 2024-04-24 21:33:38 -04:00
parent a5275a9956
commit d1d3792f50

View file

@ -8,5 +8,5 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/installer-nix-action@main
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'