fix: add pnpm binary to nativeBuildInputs
Some checks are pending
CI / test (push) Waiting to run

pnpmConfigHook only sets up config, doesn't include the pnpm binary

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jamps
2026-01-11 12:15:15 +11:00
parent 7b97f50f3e
commit a9e0e230f2

View File

@@ -37,6 +37,7 @@ pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkgs.makeBinaryWrapper
pkgs.nodejs_24
pkgs.pnpm
pkgs.pnpmConfigHook
];