about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-06-29 15:52:59 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2023-07-09 18:01:10 +0300
commitca0091f00ba635f486185f2613face27c5699052 (patch)
tree98c77dc69652ed6e88b3960181168f1e190ca6e9 /pkgs/development/haskell-modules
parent4de985c624eaffde1fd81a2582f066e06191ed4c (diff)
downloadnixlib-ca0091f00ba635f486185f2613face27c5699052.tar
nixlib-ca0091f00ba635f486185f2613face27c5699052.tar.gz
nixlib-ca0091f00ba635f486185f2613face27c5699052.tar.bz2
nixlib-ca0091f00ba635f486185f2613face27c5699052.tar.lz
nixlib-ca0091f00ba635f486185f2613face27c5699052.tar.xz
nixlib-ca0091f00ba635f486185f2613face27c5699052.tar.zst
nixlib-ca0091f00ba635f486185f2613face27c5699052.zip
haskellPackages.hercules-ci-agent: nixPackage 2.14 -> 2.16
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
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