chore: update nix dev shells and pnpm build settings

This commit is contained in:
2026-08-10 23:58:02 -04:00
parent 448e0e0090
commit 0963ee85c2
4 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ pkgs.mkShell {
buildInputs = with pkgs; [
# Node.js ecosystem
nodejs_24
nodePackages.pnpm
pnpm
claude-code
];
shellHook = ''