From 0963ee85c2e2390c3a26e6f859b1ec3e947142ab Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 10 Aug 2026 23:58:02 -0400 Subject: [PATCH] chore: update nix dev shells and pnpm build settings --- backend/shell.nix | 1 + frontend/pnpm-workspace.yaml | 4 ++++ frontend/shell.nix | 3 ++- shell.nix | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/backend/shell.nix b/backend/shell.nix index d604a35..b1ed506 100644 --- a/backend/shell.nix +++ b/backend/shell.nix @@ -10,6 +10,7 @@ pkgs.mkShell { # postgres database postgresql + claude-code ]; shellHook = '' diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 5bd78e0..34049c8 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +allowBuilds: + core-js: true + es5-ext: true + esbuild: true onlyBuiltDependencies: - esbuild - '@tailwindcss/oxide' diff --git a/frontend/shell.nix b/frontend/shell.nix index 5ff3dbd..b516da9 100644 --- a/frontend/shell.nix +++ b/frontend/shell.nix @@ -4,7 +4,8 @@ pkgs.mkShell { buildInputs = with pkgs; [ # Node.js ecosystem nodejs_24 - nodePackages.pnpm + pnpm + claude-code ]; shellHook = '' diff --git a/shell.nix b/shell.nix index 78f4f02..893442f 100644 --- a/shell.nix +++ b/shell.nix @@ -5,4 +5,4 @@ pkgs.mkShell { (import ./frontend/shell.nix { inherit pkgs; }) (import ./backend/shell.nix { inherit pkgs; }) ]; -} \ No newline at end of file +}