From 3d87e5822b77875357c13340972fb2c2e01d1c11 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 19 Mar 2026 21:28:08 +0100 Subject: [PATCH] chore: fix nixpacks --- index.html | 2 +- nixpacks.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 63f9aa4..9c68f1e 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ diff --git a/nixpacks.toml b/nixpacks.toml index 1ee4b64..b91d05f 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,4 +2,4 @@ NIXPACKS_NODE_VERSION = "24" [phases.setup] -nixPkgs = ["pnpm"] +nixPkgs = ["nodejs_24", "pnpm"]