summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-10 02:12:17 +0200
committerRory& <root@rory.gay>2024-09-10 02:12:17 +0200
commit8314077f674762b35554e0ae40c1d6d61df60c14 (patch)
tree0962c5220c6fc96bbd3ad06eb588c01d98f6fe65
parentSynapse worker changes (diff)
downloadRory-Open-Architecture-8314077f674762b35554e0ae40c1d6d61df60c14.tar.xz
Remove matrix-nio override
-rwxr-xr-xflake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index 86e7d71..46df58d 100755
--- a/flake.nix
+++ b/flake.nix
@@ -80,17 +80,6 @@
                     matrix-synapse-unwrapped = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
                     draupnir = inputs.nixpkgs-Draupnir.legacyPackages.${pkgs.stdenv.hostPlatform.system}.draupnir;
                   })
-
-                  #                  // matrix-nio
-                  (final: prev: {
-                    python312 = prev.python312.override {
-                      packageOverrides = python-self: python-super: {
-                        matrix-nio = python-super.matrix-nio.overridePythonAttrs (old: {
-                          pythonRelaxDeps = [ "aiohttp-socks" "aiofiles" ];
-                        });
-                      };
-                    };
-                  })
                 ];
               }
             )