summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-03-31 17:29:49 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-03-31 17:29:49 +0200
commitfe488cab7fc27148edcfc027cba4fc81e1c6fc97 (patch)
tree962c75eef51cb1f9dac5457faa8b586081d5e68a /pkgs/development/haskell-modules
parent2da8e63ce8fa5f85adc38b3462e45bf660c5c961 (diff)
downloadnixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar.gz
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar.bz2
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar.lz
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar.xz
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.tar.zst
nixpkgs-fe488cab7fc27148edcfc027cba4fc81e1c6fc97.zip
haskellPackages.{cachix,hercules-ci-*}: nix_2_4 -> nix_2_7
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 32108a0b718..b1d73cf8019 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -866,11 +866,11 @@ self: super: builtins.intersectAttrs super {
 
   rel8 = addTestToolDepend pkgs.postgresql super.rel8;
 
-  cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nixVersions.nix_2_4; });
+  cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nixVersions.nix_2_7; });
 
-  hercules-ci-agent = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_4; });
-  hercules-ci-cnix-expr = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_4; });
-  hercules-ci-cnix-store = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_4; });
+  hercules-ci-agent = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_7; });
+  hercules-ci-cnix-expr = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_7; });
+  hercules-ci-cnix-store = appendConfigureFlag "-fnix-2_4" (super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_7; });
 
   # Enable extra optimisations which increase build time, but also
   # later compiler performance, so we should do this for user's benefit.