fix: remove redundant nodejs_24 nix package
NIXPACKS_NODE_VERSION already handles Node.js version selection. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
NIXPACKS_NODE_VERSION = "24"
|
||||
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_24", "pnpm"]
|
||||
nixPkgs = ["pnpm"]
|
||||
|
||||
Reference in New Issue
Block a user