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

This commit is contained in:
Chris Dombroski 2024-04-24 18:45:48 -04:00
parent aa34bbe1e1
commit e6e138a872

View file

@ -6,9 +6,11 @@ on:
jobs:
lockfile:
runs-on: docker
container.image: nixos/nix
container.image: ubuntu-23.10
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'
run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'