about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-31 11:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-05-31 11:00:00 -0500
commita03e04834841ec739004f7cac9b380415172d622 (patch)
treedcecb64187be60afbfb8f7b7b640609a180053b6
parent56a111cec16de2d01f8bd251718238fd420c91b0 (diff)
downloadnixlib-a03e04834841ec739004f7cac9b380415172d622.tar
nixlib-a03e04834841ec739004f7cac9b380415172d622.tar.gz
nixlib-a03e04834841ec739004f7cac9b380415172d622.tar.bz2
nixlib-a03e04834841ec739004f7cac9b380415172d622.tar.lz
nixlib-a03e04834841ec739004f7cac9b380415172d622.tar.xz
nixlib-a03e04834841ec739004f7cac9b380415172d622.tar.zst
nixlib-a03e04834841ec739004f7cac9b380415172d622.zip
haskellPackages.cachix: dontCheck
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e231e7d6bcb9..fac090010873 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -137,6 +137,9 @@ 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