From b9e503a35e564c6ad4e5d8560b80468a93a406a4 Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 5 Dec 2022 02:27:42 +0200 Subject: [PATCH] cachix,hercules-ci-{agent,cnix-expr,cnix-store}: bump nix pin to 2_10 --- pkgs/development/haskell-modules/configuration-nix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index ff1d115f6407..c53a5903c2c0 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -859,14 +859,14 @@ self: super: builtins.intersectAttrs super { (overrideCabal { doCheck = pkgs.postgresql.doCheck; }) ]; - cachix = super.cachix.override { nix = pkgs.nixVersions.nix_2_9; }; + cachix = super.cachix.override { nix = pkgs.nixVersions.nix_2_10; }; - hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_9; }; + hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_10; }; hercules-ci-cnix-expr = addTestToolDepend pkgs.git ( - super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_9; } + super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_10; } ); - hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_9; }; + hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_10; }; # the testsuite fails because of not finding tsc without some help aeson-typescript = overrideCabal (drv: {