aboutsummaryrefslogtreecommitdiff
path: root/overlays/postfix/default.nix
blob: c77e4cfe2b7444076dd33e61d1ca9bdb3891134c (plain) (blame)
1
2
3
self: super: {
  postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
}