This commit is contained in:
parent
aa34bbe1e1
commit
e6e138a872
1 changed files with 4 additions and 2 deletions
|
@ -6,9 +6,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container.image: nixos/nix
|
container.image: ubuntu-23.10
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Update flake.lock
|
- 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'
|
||||||
|
|
Loading…
Reference in a new issue