summaryrefslogblamecommitdiff
path: root/overlays/postfix/default.nix
blob: 55b83128c765a8c48a8ffa796f442e81ac0f6ab4 (plain) (tree)
1
2
3


                                                         
self: super: {
  postfix = super.postfix.override { withMySQL = true; };
}