nix: Add linkNodeModules to passthru
This way it can also be used from the outside. Useful for release work.
This commit is contained in:
parent
79b9f0482f
commit
1abc307caa
1 changed files with 3 additions and 2 deletions
|
|
@ -123,8 +123,9 @@ let
|
|||
# pkgs/default.nix?
|
||||
passthru = {
|
||||
inherit
|
||||
pythonLocalOverrides
|
||||
myPythonPackagesUnfix;
|
||||
linkNodeModules
|
||||
myPythonPackagesUnfix
|
||||
pythonLocalOverrides;
|
||||
pythonPackages = self;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue