fix: use nodejs_23 for vite 8 compatibility

Vite 8 requires Node.js 20.19+ or 22.12+; nodejs_22 in nixpkgs resolves to 22.11.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:24:46 +01:00
parent 025cf4072e
commit 2986a5d0fe
2 changed files with 2 additions and 1 deletions

1
.node-version Normal file
View File

@@ -0,0 +1 @@
v23

View File

@@ -1,5 +1,5 @@
[phases.setup]
nixPkgs = ["nodejs_22", "pnpm"]
nixPkgs = ["nodejs_23", "pnpm"]
[phases.build]
cmds = ["pnpm build"]