Passthru the nodejs derivation used
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -94,4 +94,8 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
inherit nodejs;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user