From bfd854e05207a073eaa983c49f27c37555ccfce5 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 26 Jun 2015 23:02:09 +0200 Subject: bump compatibility to nixos-15.06pre64030.e1af50c --- env.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'env.nix') 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; -- cgit v1.2.3