Effects repo `flake.nix` uses corepack instead of specifying `pnpm` directly
Is there a reason why Effects repo
I was getting the following error when trying to install dependencies:
And changing corepack by pnpm in flake.nix fixed that
flake.nix does not specify pnpm and instead it uses corepack?I was getting the following error when trying to install dependencies:
And changing corepack by pnpm in flake.nix fixed that
