diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 61e32aa..6f395ed 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 + - run: nix flake update --extra-experimental-features nix-command - run: git commit flake.lock -m "Update flake.lock" - run: git push