diff --git a/nixos/modules/overlays.nix b/nixos/modules/overlays.nix index 59bcc5141a155dc984b636cc1c466fcf0f6e6a4d..376ffa56b013764934c3e8cecb5b10426728a1b4 100644 --- a/nixos/modules/overlays.nix +++ b/nixos/modules/overlays.nix @@ -1,7 +1,7 @@ let # Define a Python packageOverride that puts our version of some Python # packages into python27Packages. - pythonPackageOverride = python-self: python-super: { + pythonPackageOverride = python-self: python-super: rec { # Get our Twisted derivation. Pass in the old one so it can have pieces # overridden. It needs to be passed in explicitly because callPackage is # specially crafted to always pull attributes from the fixed-point. That