From 566fe186823e87bc0580ced5eaa21eb540cfcd68 Mon Sep 17 00:00:00 2001 From: "Rory&::Emma" Date: Fri, 6 Sep 2024 20:21:59 +0000 Subject: Server changes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6b9576a..e3cf2a9 100755 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ python312 = prev.python312.override { packageOverrides = python-self: python-super: { matrix-nio = python-super.matrix-nio.overridePythonAttrs (old: { - pythonRelaxDeps = [ "aiohttp-socks" ]; + pythonRelaxDeps = [ "aiohttp-socks" "aiofiles" ]; }); }; }; -- cgit 1.4.1