From 862de393beaee71ea2da0bbd1d70a67ad21bec0f Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 9 Jul 2026 23:23:47 -0400 Subject: [PATCH] chore: use top-level pnpm package in shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index dcbcfb9..c78cca9 100644 --- a/shell.nix +++ b/shell.nix @@ -4,7 +4,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ # Node.js ecosystem nodejs_24 - nodePackages.pnpm + pnpm claude-code ];