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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user