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 ];