From 19f22794e10baee16e5bad0f6b52d5e4b3b59d34 Mon Sep 17 00:00:00 2001 From: Mamadou Sall Date: Sun, 24 Aug 2025 23:14:19 +0200 Subject: [PATCH] try fix --- .nixpacks.toml => nixpacks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .nixpacks.toml => nixpacks.toml (60%) diff --git a/.nixpacks.toml b/nixpacks.toml similarity index 60% rename from .nixpacks.toml rename to nixpacks.toml index 875ea6e..e819211 100644 --- a/.nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,6 @@ +# nixpacks.toml [phases.setup] -nixPkgs = ["nodejs", "npm"] +nixPkgs = ["nodejs_20"] # ou nodejs_22 si tu veux du plus récent [phases.install] cmds = ["npm install"]