From 75b70143304ff7b5c0a2fb74ba0c12e0c25021e4 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Thu, 27 Aug 2026 10:57:58 +0000 Subject: [PATCH] fix(build): add nixpacks configuration for Node 23 --- nixpacks.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..5a5c5a8 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs_23"]