From 62fb7f7c127ca8aee56b3903ee207dec766d0a11 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 28 Aug 2024 21:40:53 +0200 Subject: Monitoring? --- flake.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d34ccc4..bcef2ce 100755 --- a/flake.nix +++ b/flake.nix @@ -17,9 +17,7 @@ }; # Draupnir module/package - nixpkgs-Draupnir = { - url = "github:TheArcaneBrony/nixpkgs/master"; - }; + nixpkgs-Draupnir.url = "github:TheArcaneBrony/nixpkgs/master"; # Base modules home-manager.url = "github:nix-community/home-manager/master"; @@ -79,6 +77,17 @@ 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" ]; + }); + }; + }; + }) ]; } ) -- cgit 1.4.1