From 34478fa7f51c52c2fdfefe93eec3c2c09ccd48fa Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 30 Jun 2023 00:14:36 +0200 Subject: [PATCH] haskellPackages.cachix: Remove redundant override The default fsnotify package has that exact version. --- pkgs/development/haskell-modules/configuration-nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 2084bb2f3f18..794566eb2218 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1076,7 +1076,6 @@ self: super: builtins.intersectAttrs super { ''; }) (lib.pipe (super.cachix.override { - fsnotify = dontCheck super.fsnotify_0_4_1_0; hnix-store-core = super.hnix-store-core_0_6_1_0; nix = self.hercules-ci-cnix-store.nixPackage; })