summaryrefslogtreecommitdiffstats
path: root/common.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-26 23:02:09 +0200
committertv <tv@shackspace.de>2015-06-26 23:02:09 +0200
commitbfd854e05207a073eaa983c49f27c37555ccfce5 (patch)
treef932957a7180423f4fc387a12d17b251c0b67684 /common.nix
parentcd4a939f40b41ef624fca9615d9fa285d5046e29 (diff)
bump compatibility to nixos-15.06pre64030.e1af50c
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix5
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 {};
+ };
+}