This commit is contained in:
parent
48c57e4d37
commit
3f049217a6
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ on:
|
|||
jobs:
|
||||
lockfile:
|
||||
runs-on: docker
|
||||
container.image: nixos/nix
|
||||
container:
|
||||
image: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: 'export PATH=/root/.nix-profile/bin; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'
|
Loading…
Reference in a new issue