From f00f6dd75c2e8ba078ff9efa601e38f17b6ada2a Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Thu, 29 Jan 2026 09:47:16 -0700 Subject: [PATCH] modified: nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 4da4820..1121249 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,7 +2,7 @@ providers = ["node"] [phases.setup] -nixPkgs = ["nodejs_20", "npm"] +nixPkgs = ["nodejs_20"] [phases.install] cmds = ["npm install"]