diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 6f395ed..1440d6a 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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