matrix-synapse: factor out plugins

We build plugins separately from the server now.
This commit is contained in:
Nikolay Amiantov
2020-06-01 10:30:22 +02:00
committed by zimbatm
parent e5e4d387e1
commit 9f0da72abc
4 changed files with 31 additions and 20 deletions
@@ -0,0 +1,5 @@
{ callPackage }:
{
matrix-synapse-ldap3 = callPackage ./ldap3.nix { };
}