jabber: update the way of adding luadbi-postgresql for nixos-22.05

This commit is contained in:
Astro 2022-06-02 14:38:36 +02:00
parent 2bb85585d1
commit 581b1f69a5
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ in
admins = [ "astro@spaceboyz.net" "0@jabber.c3d2.de" "nek0@c3d2.de" ];
package = pkgs.prosody.override {
withCommunityModules = [ "smacks" "csi" "cloud_notify" "extdisco" "firewall" ];
withExtraLibs = [ pkgs.luaPackages.luadbi-postgresql ];
withExtraLuaPackages = luaPackages: with luaPackages; [
luadbi-postgresql
];
};
modules = {