haskellPackages.cachix: Remove redundant override

The default fsnotify package has that exact version.
This commit is contained in:
Robert Hensing 2023-06-30 00:14:36 +02:00
parent c2431c6642
commit 34478fa7f5

View file

@ -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;
})