This commit is contained in:
parent
3f049217a6
commit
a5275a9956
1 changed files with 2 additions and 3 deletions
|
@ -6,8 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: nixos/nix
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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'
|
- uses: https://github.com/DeterminateSystems/installer-nix-action@main
|
||||||
|
- run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'
|
Loading…
Reference in a new issue