feat: flake update workflow #1

Merged
Koen merged 21 commits from workflows into main 2026-02-10 18:25:00 +01:00
Showing only changes of commit 4bddc72572 - Show all commits

View file

@ -7,8 +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: git config --global user.email "runner@git.koendev.nl"
- run: git config --global 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