feat: flake update workflow #1
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ jobs:
|
|||
runs-on: nixos
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: git config user.email "runner@git.koendev.nl"
|
||||
- run: git config user.username "flake-updater"
|
||||
- run: nix flake update --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||
- run: git commit flake.lock -m "Update flake.lock"
|
||||
- run: git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue