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

This commit is contained in:
Chris Dombroski 2024-04-24 18:20:00 -04:00
parent 31ea05cae1
commit aa34bbe1e1

View file

@ -5,11 +5,10 @@ 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:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock - name: Update flake.lock
run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push' run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'