diff options
author | Rory&::Emma <root@rory.gay> | 2024-09-06 20:21:59 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-09-06 20:23:07 +0000 |
commit | 566fe186823e87bc0580ced5eaa21eb540cfcd68 (patch) | |
tree | eb65f2c9b242617d76f3603ec1b5751b19ab0930 /flake.nix | |
parent | Some synapse work, expose nheko-git and mtxclient-git packages (diff) | |
download | Rory-Open-Architecture-566fe186823e87bc0580ced5eaa21eb540cfcd68.tar.xz |
Server changes
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 2 |
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" ]; }); }; }; |