summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2023-01-08 12:27:06 +0000
committerGitHub <noreply@github.com>2023-01-08 12:27:06 +0000
commitf187109a4af870ad2aa4608bf2b88d83137716a6 (patch)
treee2a9fece7d58340b6b62b331f964c5fcb5d3f0c2
parentc109fe7e80390ebe9b55913646ecb6f621c1ddd2 (diff)
parent5828698df607f2a30882c482d63e40a4b357f636 (diff)
Merge pull request #209685 from NixOS/cachix-fix-build
cachix: fix build on darwin
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
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;
};