This commit is contained in:
parent
b42b5f6bfa
commit
74956d41fb
1 changed files with 3 additions and 6 deletions
|
@ -7,9 +7,6 @@ jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Install Nix
|
- uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@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