about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-05 02:27:42 +0200
committerArtturin <Artturin@artturin.com>2022-12-28 16:24:54 +0200
commitb9e503a35e564c6ad4e5d8560b80468a93a406a4 (patch)
tree6539559cea8a8ed52fb0bd1dcae6912ef87e8a0f /pkgs/development/haskell-modules
parent172347745ffb457e47cf5386f2ae3ff6678c2b02 (diff)
downloadnixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar.gz
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar.bz2
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar.lz
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar.xz
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.tar.zst
nixlib-b9e503a35e564c6ad4e5d8560b80468a93a406a4.zip
cachix,hercules-ci-{agent,cnix-expr,cnix-store}: bump nix pin to 2_10
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix8
1 files 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: {