# HG changeset patch # User Johannes Bornhold # Date 2016-06-02 11:55:48 # Node ID 6d3db5bee761a66765a4f1c3a359d242f6d8c8b7 # Parent b8fde7b979710623a29f49cf33738ad7ed6af700 packaging: Expose the local overrides via passthru. diff --git a/default.nix b/default.nix --- a/default.nix +++ b/default.nix @@ -119,7 +119,9 @@ let # TODO: johbo: Make a nicer way to expose the parts. Maybe # pkgs/default.nix? passthru = { - inherit myPythonPackagesUnfix; + inherit + pythonLocalOverrides + myPythonPackagesUnfix; pythonPackages = self; };