summaryrefslogtreecommitdiffstats
path: root/common.nix
blob: 35b4e2cb3f42b3ba294afd04b953773a533e2501 (plain)
1
2
3
4
5
6
7
{
  haskell-overrides = self: super: {
    blessings = self.callPackage ./nix/blessings.nix {};
    email-header = self.callPackage ./nix/email-header.nix {};
    scanner = self.callPackage ./nix/scanner.nix {};
  };
}