From 549f027bf5abcaf8770a8bfa9d273fe92d6c3813 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 15 Mar 2026 00:24:46 +0100 Subject: [PATCH] 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 --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index f63b3d1..76f0a31 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs_22", "pnpm"] +nixPkgs = ["nodejs_23", "pnpm"] [phases.build] cmds = ["pnpm build"]