From 2685baf973d3587b57497702d4529559cc532681 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Fri, 5 Jun 2020 17:09:07 +0200 Subject: cachix: enable tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4d8ebb73d431..5b0a3dfe032b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -137,9 +137,6 @@ self: super: { then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; }) else super.conduit-extra; - # https://github.com/cachix/cachix/issues/308 - cachix = dontCheck super.cachix; - # Fix Darwin build. halive = if pkgs.stdenv.isDarwin then addBuildDepend super.halive pkgs.darwin.apple_sdk.frameworks.AppKit -- cgit 1.4.1