This commit is contained in:
parent
60b0188a56
commit
b42b5f6bfa
1 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,5 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- name: Check git version
|
||||
run: 'git --version'
|
||||
- name: Update flake.lock
|
||||
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
||||
- name: Update flake
|
||||
run: 'set -x; nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'
|
||||
|
|
Loading…
Reference in a new issue