]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - flakes/mypackages/overlays/postfix/default.nix
Add config for CI
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / postfix / default.nix
1 self: super: {
2 postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
3 }