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
+1
View File
@@ -10,6 +10,7 @@ pkgs.mkShell {
# postgres database # postgres database
postgresql postgresql
claude-code
]; ];
shellHook = '' shellHook = ''
+4
View File
@@ -1,3 +1,7 @@
allowBuilds:
core-js: true
es5-ext: true
esbuild: true
onlyBuiltDependencies: onlyBuiltDependencies:
- esbuild - esbuild
- '@tailwindcss/oxide' - '@tailwindcss/oxide'
+2 -1
View File
@@ -4,7 +4,8 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
# Node.js ecosystem # Node.js ecosystem
nodejs_24 nodejs_24
nodePackages.pnpm pnpm
claude-code
]; ];
shellHook = '' shellHook = ''
+1 -1
View File
@@ -5,4 +5,4 @@ pkgs.mkShell {
(import ./frontend/shell.nix { inherit pkgs; }) (import ./frontend/shell.nix { inherit pkgs; })
(import ./backend/shell.nix { inherit pkgs; }) (import ./backend/shell.nix { inherit pkgs; })
]; ];
} }