This commit is contained in:
parent
730774dd24
commit
593601a022
1 changed files with 3 additions and 1 deletions
|
@ -11,10 +11,12 @@ on:
|
|||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: native-x86_64
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Update flake.lock
|
||||
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue