move matrix-synapse-ldap3.nix to /pkgs
This commit is contained in:
parent
fab0899e7e
commit
eeac519650
|
@ -20,7 +20,7 @@ let
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# build ldap3 plugin from git because it's very outdated in nixpkgs
|
# build ldap3 plugin from git because it's very outdated in nixpkgs
|
||||||
matrix-synapse-ldap3 = pkgs.python3.pkgs.callPackage ./pkgs/matrix-synapse-ldap3.nix { };
|
matrix-synapse-ldap3 = pkgs.python3.pkgs.callPackage ../pkgs/matrix-synapse-ldap3.nix { };
|
||||||
# matrix-synapse-ldap3 = config.services.matrix-synapse.package.plugins.matrix-synapse-ldap3;
|
# matrix-synapse-ldap3 = config.services.matrix-synapse.package.plugins.matrix-synapse-ldap3;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue