test
Some checks failed
/ test (push) Failing after 1m49s

This commit is contained in:
KoenDR06 2026-02-10 18:08:39 +01:00
parent 773a29cd98
commit 89b2ab5f4a

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