summaryrefslogtreecommitdiffstats
path: root/common.nix
blob: 95905725bc0157b8da12628d56f0ef85708dbe54 (plain)
1
2
3
4
5
{
  haskell-overrides = self: super: {
    email-header = self.callPackage ./nix/email-header.nix {};
  };
}