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

This commit is contained in:
Chris Dombroski 2024-04-24 21:25:48 -04:00
parent 133c8f51c5
commit 48c57e4d37

View file

@ -5,8 +5,8 @@ on:
- cron: '0 2 * * *' - cron: '0 2 * * *'
jobs: jobs:
lockfile: lockfile:
runs-on: ubuntu-22.04 runs-on: docker
container.image: nixos/nix
steps: steps:
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/update-flake-lock@main - run: 'export PATH=/root/.nix-profile/bin; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'