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 89b2ab5f4a - Show all commits

View file

@ -7,6 +7,6 @@ jobs:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- run: nix flake update --extra-experimental-features nix-command
- 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