diff --git a/default.nix b/default.nix index 532899ef..6015b4dc 100644 --- a/default.nix +++ b/default.nix @@ -123,8 +123,9 @@ let # pkgs/default.nix? passthru = { inherit - pythonLocalOverrides - myPythonPackagesUnfix; + linkNodeModules + myPythonPackagesUnfix + pythonLocalOverrides; pythonPackages = self; };