Merge pull request #293996 from wolfgangwalther/postgresql-cleanup

postgresql: more cleanup
This commit is contained in:
Maximilian Bosch
2024-04-19 13:53:20 +00:00
committed by GitHub
22 changed files with 174 additions and 210 deletions

View File

@@ -14,7 +14,7 @@ let
# package = pkgs.postgresql_<major>;
# };
# works.
base = if cfg.enableJIT then cfg.package.withJIT else cfg.package;
base = if cfg.enableJIT then cfg.package.withJIT else cfg.package.withoutJIT;
in
if cfg.extraPlugins == []
then base