You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nix): use system-specific hashes for pnpm deps
Different platforms download different platform-specific npm packages
(e.g., darwin-arm64 vs linux-x64 binaries), resulting in different
hashes for pnpm deps.
- Add pnpmDepsHash map with per-system hashes
- Update hash script to detect current system and update only that hash
- Add hashes for x86_64-linux (CI) and aarch64-darwin (local dev)
0 commit comments