summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2024-09-06 20:21:59 +0000
committerRory&::Emma <root@rory.gay>2024-09-06 20:23:07 +0000
commit566fe186823e87bc0580ced5eaa21eb540cfcd68 (patch)
treeeb65f2c9b242617d76f3603ec1b5751b19ab0930 /flake.nix
parentSome synapse work, expose nheko-git and mtxclient-git packages (diff)
downloadRory-Open-Architecture-566fe186823e87bc0580ced5eaa21eb540cfcd68.tar.xz
Server changes
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" ];
                         });
                       };
                     };