Passthru the nodejs derivation used

This commit is contained in:
Stéphan Kochen
2020-09-27 11:34:42 +02:00
parent c0a00b0637
commit 00b404aad7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -94,4 +94,8 @@ in stdenv.mkDerivation {
runHook postInstall
'';
passthru = {
inherit nodejs;
};
}