an atproto based link aggregator

Fix CI: use pnpm from nixpkgs instead of corepack

corepack enable fails in nix environment due to symlink conflicts.

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

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

+2 -4
+2 -4
.tangled/workflows/ci.yaml
··· 9 9 dependencies: 10 10 nixpkgs: 11 11 - nodejs_22 12 - - corepack 12 + - pnpm 13 13 - chromium 14 14 15 15 environment: ··· 19 19 20 20 steps: 21 21 - name: Install dependencies 22 - command: | 23 - corepack enable 24 - pnpm install --frozen-lockfile 22 + command: pnpm install --frozen-lockfile 25 23 26 24 - name: Build lexicons 27 25 command: pnpm lex:build