From c2b2529148877de0e6b41a0cd92745bf0ebc2432 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 2 Apr 2023 21:30:56 +0200 Subject: [PATCH] haskellPackages.cachix_1_3_3: configure --- pkgs/development/haskell-modules/configuration-nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index cd4865757f8f..a8469cb8d3ed 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -972,6 +972,11 @@ self: super: builtins.intersectAttrs super { fsnotify = dontCheck super.fsnotify_0_4_1_0; hnix-store-core = super.hnix-store-core_0_6_1_0; }; + cachix_1_3_3 = super.cachix_1_3_3.override { + nix = self.hercules-ci-cnix-store.nixPackage; + fsnotify = dontCheck super.fsnotify_0_4_1_0; + hnix-store-core = super.hnix-store-core_0_6_1_0; + }; hercules-ci-agent = super.hercules-ci-agent.override { nix = self.hercules-ci-cnix-store.passthru.nixPackage; }; hercules-ci-cnix-expr = addTestToolDepend pkgs.git (super.hercules-ci-cnix-expr.override { nix = self.hercules-ci-cnix-store.passthru.nixPackage; });