nix: Add linkNodeModules to passthru

This way it can also be used from the outside. Useful for release work.
This commit is contained in:
Johannes Bornhold 2016-07-19 14:52:11 +02:00
parent 79b9f0482f
commit 1abc307caa

View file

@ -123,8 +123,9 @@ let
# pkgs/default.nix?
passthru = {
inherit
pythonLocalOverrides
myPythonPackagesUnfix;
linkNodeModules
myPythonPackagesUnfix
pythonLocalOverrides;
pythonPackages = self;
};