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

This commit is contained in:
Chris Dombroski 2024-04-24 21:19:20 -04:00
parent b42b5f6bfa
commit 74956d41fb

View file

@ -7,9 +7,6 @@ jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake
run: 'set -x; nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'
- uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- uses: https://github.com/DeterminateSystems/update-flake-lock@main