From b0a2a69ca4718e7e4eb4ff0679eb1d1c0ee2ea97 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 8 Aug 2015 10:05:14 +0200 Subject: profiles/base: Temporarily disable hinotify tests. Build failure is here: https://headcounter.org/hydra/build/722122/nixlog/1/raw I'm overriding this in the base profile for now to get my main workstations up to date ASAP. Cc: @peti Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 4855f32c..e4dc641d 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -84,6 +84,12 @@ in { graphicsSupport = true; }; }; + + haskellPackageOverrides = lib.const (super: { + hinotify = super.hinotify.overrideDerivation (lib.const { + doCheck = false; + }); + }); }; system.fsPackages = with pkgs; [ sshfsFuse ]; -- cgit 1.4.1