diff --git a/flake.nix b/flake.nix index 8719c74..2363356 100644 --- a/flake.nix +++ b/flake.nix @@ -84,23 +84,6 @@ inherit system; modules = [ ./poseidon.nix - - { - nixpkgs.overlays = [ - (self: super: { - fastPython3 = self.python3.override { - enableOptimizations = true; - reproducibleBuild = false; - self = self.fastPython3; - pythonAttr = "fastPython3"; - }; - - matrix-synapse = super.matrix-synapse.override { - python3 = self.fastPython3; - }; - }) - ]; - } ] ++ sharedModules; };