Effects repo `flake.nix` uses corepack instead of specifying `pnpm` directly

Is there a reason why Effects repo flake.nix does not specify pnpm and instead it uses corepack?
I was getting the following error when trying to install dependencies:
"Error: Cannot find matching keyid: {"signatures":

And changing corepack by pnpm in flake.nix fixed that
Was this page helpful?