diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index cd89881..f9cad38 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - run: nix-env -i nodejs - uses: actions/checkout@v4 - name: Install devenv.sh - run: nix --extra-experimental-features nix-command profile install nixpkgs#devenv + run: nix --extra-experimental-features nix-command --extra-experimental-features flakes profile install nixpkgs#devenv - run: devenv shell pnpm install - run: devenv shell pnpm lint - run: devenv shell pnpm build