nodejs: remove npm and corepack passthru

The passthru has been added to give a migration path, but those outputs
were not present on the 25.11's `nodejs` derivation. Removing those
is helpful to use them to discriminate between the slim and non-slim
variants for derivations that accept one or the other.
This commit is contained in:
Antoine du Hamel
2026-06-07 16:24:28 +02:00
parent eaad2d4d3c
commit 3c9cf6210c
+4
View File
@@ -44,6 +44,10 @@
"man"
"out"
"static"
# Filter out outputs that didn't exist on 25.11
"npm"
"corepack"
])
&& !(builtins.hasAttr name nodejs)
) (builtins.attrNames nodejs-slim)