##// 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 # pkgs/default.nix?
123 # pkgs/default.nix?
124 passthru = {
124 passthru = {
125 inherit
125 inherit
126 pythonLocalOverrides
126 linkNodeModules
127 myPythonPackagesUnfix;
127 myPythonPackagesUnfix
128 pythonLocalOverrides;
128 pythonPackages = self;
129 pythonPackages = self;
129 };
130 };
130
131
General Comments 0
You need to be logged in to leave comments. Login now