##// END OF EJS Templates
nix: Add linkNodeModules to passthru...
johbo -
r465:0b0a6720 default
parent child Browse files
Show More
@@ -123,8 +123,9 b' let'
123 123 # pkgs/default.nix?
124 124 passthru = {
125 125 inherit
126 pythonLocalOverrides
127 myPythonPackagesUnfix;
126 linkNodeModules
127 myPythonPackagesUnfix
128 pythonLocalOverrides;
128 129 pythonPackages = self;
129 130 };
130 131
General Comments 0
You need to be logged in to leave comments. Login now