From ca0091f00ba635f486185f2613face27c5699052 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Thu, 29 Jun 2023 15:52:59 +0300 Subject: [PATCH] haskellPackages.hercules-ci-agent: nixPackage 2.14 -> 2.16 --- 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 fbdf549c3d4f..b316ded90311 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1087,7 +1087,7 @@ self: super: builtins.intersectAttrs super { 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; }); hercules-ci-cnix-store = (super.hercules-ci-cnix-store.override { nix = self.hercules-ci-cnix-store.passthru.nixPackage; }).overrideAttrs (_: { - passthru.nixPackage = pkgs.nixVersions.nix_2_14; + passthru.nixPackage = pkgs.nixVersions.nix_2_16; }); # the testsuite fails because of not finding tsc without some help