]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - flakes/mypackages/overlays/postfix/default.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / postfix / default.nix
... / ...
CommitLineData
1self: super: {
2 postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
3}