From 9219e923a15f4b44f6a5d41468cbe77b775d26a4 Mon Sep 17 00:00:00 2001 From: babelbes0487 Date: Fri, 19 Jun 2026 16:53:27 +0700 Subject: [PATCH] Fix: remove nodePackages.npm collision with nodejs_22 --- nixpacks.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index a89aeb3..8761f16 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -11,8 +11,7 @@ nixPkgs = [ "php84Extensions.tokenizer", "php84Extensions.fileinfo", "php84Extensions.openssl", - "nodejs_22", - "nodePackages.npm" + "nodejs_22" ] [phases.install]