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

This commit is contained in:
Chris Dombroski 2024-04-24 21:32:06 -04:00
parent 3f049217a6
commit a5275a9956

View file

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