an atproto based link aggregator

Fix: use 'command -v' instead of 'which' for chromium path

'which' isn't available in nixery, use bash built-in instead.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
.tangled/workflows/ci.yaml
··· 37 37 command: pnpm check 38 38 39 39 - name: Run tests 40 - command: PLAYWRIGHT_CHROMIUM_PATH=$(which chromium) pnpm test 40 + command: PLAYWRIGHT_CHROMIUM_PATH=$(command -v chromium) pnpm test