Update .forgejo/workflows/flake-lock-update.yaml
This commit is contained in:
parent
8bbf740057
commit
0adbf29c5d
1 changed files with 5 additions and 1 deletions
|
@ -5,4 +5,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: cat flake.nix
|
- run: |
|
||||||
|
git config --global user.name 'Vili Sinervä'
|
||||||
|
git config --global user.email 'vili.m.sinerva@gmail.com'
|
||||||
|
- run: nix --experimental-features 'nix-command flakes' flake update --commit-lock-file
|
||||||
|
- run: git push
|
Loading…
Add table
Add a link
Reference in a new issue