diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common.nix b/common.nix new file mode 100644 index 0000000..9590572 --- /dev/null +++ b/common.nix @@ -0,0 +1,5 @@ +{ + haskell-overrides = self: super: { + email-header = self.callPackage ./nix/email-header.nix {}; + }; +} |