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"]