1 2 3 4 5
{ haskell-overrides = self: super: { email-header = self.callPackage ./nix/email-header.nix {}; }; }