matrix-synapse: factor out plugins
We build plugins separately from the server now.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ callPackage }:
|
||||
|
||||
{
|
||||
matrix-synapse-ldap3 = callPackage ./ldap3.nix { };
|
||||
}
|
||||
Reference in New Issue
Block a user