##// END OF EJS Templates
packaging: Expose the local overrides via passthru.
johbo -
r74:6d3db5be default
parent child Browse files
Show More
@@ -119,7 +119,9 b' let'
119 # TODO: johbo: Make a nicer way to expose the parts. Maybe
119 # TODO: johbo: Make a nicer way to expose the parts. Maybe
120 # pkgs/default.nix?
120 # pkgs/default.nix?
121 passthru = {
121 passthru = {
122 inherit myPythonPackagesUnfix;
122 inherit
123 pythonLocalOverrides
124 myPythonPackagesUnfix;
123 pythonPackages = self;
125 pythonPackages = self;
124 };
126 };
125
127
General Comments 0
You need to be logged in to leave comments. Login now