diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ac1d245..b92ed7b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -5,6 +5,6 @@ jobs: test: runs-on: nixos-latest steps: - - run: nix shell nixpkgs#nodejs-slim + - run: nix --extra-experimental-features nix-command shell nixpkgs#nodejs-slim - uses: https://code.forgejo.org/actions/checkout@v4 - run: cat flake.nix \ No newline at end of file