summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
                         });
                       };
                     };