# HG changeset patch # User Johannes Bornhold # Date 2016-07-19 12:52:11 # Node ID 0b0a67204fc43c1b476e95b1deec4a035bccd89a # Parent 00a5538490f74b14280ba298b09761b6362edbe5 nix: Add linkNodeModules to passthru This way it can also be used from the outside. Useful for release work. diff --git a/default.nix b/default.nix --- a/default.nix +++ b/default.nix @@ -123,8 +123,9 @@ let # pkgs/default.nix? passthru = { inherit - pythonLocalOverrides - myPythonPackagesUnfix; + linkNodeModules + myPythonPackagesUnfix + pythonLocalOverrides; pythonPackages = self; };