From 5828698df607f2a30882c482d63e40a4b357f636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 8 Jan 2023 12:23:33 +0000 Subject: cachix: fix build on darwin --- pkgs/development/haskell-modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index b117f4333e4d..26d2e2aef4be 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -876,7 +876,7 @@ self: super: builtins.intersectAttrs super { cachix = super.cachix.override { nix = self.hercules-ci-cnix-store.passthru.nixPackage; - fsnotify = super.fsnotify_0_4_1_0; + fsnotify = dontCheck super.fsnotify_0_4_1_0; hnix-store-core = super.hnix-store-core_0_6_1_0; }; -- cgit v1.2.3