diff options
author | Rory& <root@rory.gay> | 2024-09-10 02:12:17 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-10 02:12:17 +0200 |
commit | 8314077f674762b35554e0ae40c1d6d61df60c14 (patch) | |
tree | 0962c5220c6fc96bbd3ad06eb588c01d98f6fe65 | |
parent | Synapse worker changes (diff) | |
download | Rory-Open-Architecture-8314077f674762b35554e0ae40c1d6d61df60c14.tar.xz |
Remove matrix-nio override
-rwxr-xr-x | flake.nix | 11 |
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" ]; - }); - }; - }; - }) ]; } ) |