summaryrefslogtreecommitdiffstats
path: root/env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'env.nix')
-rw-r--r--env.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/env.nix b/env.nix
index 78ea95e..7f5a9bc 100644
--- a/env.nix
+++ b/env.nix
@@ -38,9 +38,7 @@ let
);
hsPkgs = pkgs.haskellngPackages.override {
- overrides = self: super: with self; {
- email-header = callPackage ./nix/email-header.nix {};
- };
+ overrides = (import ./common.nix).haskell-overrides;
};
pkgs = nixpkgs // staticPkgs;