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
commit cba6af761a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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