chore: update nix dev shells and pnpm build settings
This commit is contained in:
@@ -10,6 +10,7 @@ pkgs.mkShell {
|
|||||||
# postgres database
|
# postgres database
|
||||||
postgresql
|
postgresql
|
||||||
|
|
||||||
|
claude-code
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
allowBuilds:
|
||||||
|
core-js: true
|
||||||
|
es5-ext: true
|
||||||
|
esbuild: true
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- esbuild
|
- esbuild
|
||||||
- '@tailwindcss/oxide'
|
- '@tailwindcss/oxide'
|
||||||
|
|||||||
+2
-1
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user