diff options
Diffstat (limited to 'flake.nix')
-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" ]; - }); - }; - }; - }) ]; } ) |