Fix: remove nodePackages.npm collision with nodejs_22

This commit is contained in:
babelbes0487 2026-06-19 16:53:27 +07:00
parent c53f2c0684
commit 9219e923a1
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ nixPkgs = [
"php84Extensions.tokenizer",
"php84Extensions.fileinfo",
"php84Extensions.openssl",
"nodejs_22",
"nodePackages.npm"
"nodejs_22"
]
[phases.install]