This commit is contained in:
parent
852f5d6605
commit
31ea05cae1
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Update flake.lock
|
||||
run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'
|
||||
run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'
|
||||
|
|
Loading…
Reference in a new issue