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; };