Merge pull request #293996 from wolfgangwalther/postgresql-cleanup
postgresql: more cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user