chore: use top-level pnpm package in shell.nix

This commit is contained in:
2026-07-09 23:23:47 -04:00
parent 321919af45
commit 862de393be
+1 -1
View File
@@ -4,7 +4,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [
# Node.js ecosystem
nodejs_24
nodePackages.pnpm
pnpm
claude-code
];