Pass through the builtDependencies

So that it's easy to reference them which is handy during debugging.
This commit is contained in:
Bas van Dijk 2019-09-04 10:42:49 +02:00
parent 5c762ec61b
commit 8e0af29278

View file

@ -235,6 +235,10 @@ with rec
runHook postInstall
'';
passthru = {
# Handy for debugging
inherit builtDependencies;
};
}
)
;