mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Fix prosody
This commit is contained in:
parent
88d93edc3e
commit
0a7ca0611a
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ with lib;
|
|||
package =
|
||||
let
|
||||
package = pkgs.prosody.override (old: {
|
||||
withExtraLibs = old.withExtraLibs ++ singleton pkgs.luaPackages.luadbi-postgresql;
|
||||
withExtraLuaPackages = p: singleton p.luadbi-postgresql;
|
||||
}); in
|
||||
package;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0cefe92c06fb4ea84e6af71be67741c0dea70b68
|
||||
Subproject commit b4d44f3e882b132b88165a6620c47e2b8d699d99
|
||||
Loading…
Add table
Add a link
Reference in a new issue