modules/patroni: use unmodified patroni package
This commit is contained in:
parent
c767c0cbbd
commit
3a9b32f262
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ let
|
||||||
defaultGroup = "patroni";
|
defaultGroup = "patroni";
|
||||||
format = pkgs.formats.yaml { };
|
format = pkgs.formats.yaml { };
|
||||||
|
|
||||||
#boto doesn't support python 3.10 yet
|
inherit (pkgs) patroni;
|
||||||
patroni = pkgs.patroni.override { pythonPackages = pkgs.python39Packages; };
|
|
||||||
|
|
||||||
postgresql =
|
postgresql =
|
||||||
if cfg.postgresqlExtraPlugins == [ ]
|
if cfg.postgresqlExtraPlugins == [ ]
|
||||||
|
|
Loading…
Reference in a new issue