test
All checks were successful
/ test (push) Successful in 6s

This commit is contained in:
KoenDR06 2026-02-10 18:13:27 +01:00
parent 4bddc72572
commit 1b216e7777

View file

@ -7,8 +7,8 @@ jobs:
runs-on: nixos runs-on: nixos
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: git config --global user.name "flake-updater"
- run: git config --global user.email "runner@git.koendev.nl" - 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: nix flake update --extra-experimental-features nix-command --extra-experimental-features flakes
- run: git commit flake.lock -m "Update flake.lock" - run: git commit flake.lock -m "Update flake.lock"
- run: git push - run: git push