This commit is contained in:
parent
31ea05cae1
commit
aa34bbe1e1
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@ on:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: docker
|
||||||
|
container.image: nixos/nix
|
||||||
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; git add flake.lock; git commit -m "flake.lock: Update"; git push'
|
||||||
|
|
Loading…
Reference in a new issue