From 64555cee7682fd77b8d44187a8e74acf2ca9fd2e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 8 Jan 2026 16:35:10 +0100 Subject: [PATCH] haskellPackages.hercules-ci-cnix-store.nixPackage: 2.28 -> 2.31 --- 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 87c0b23de599..0484220e09e5 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1647,7 +1647,7 @@ builtins.intersectAttrs super { overrideCabal (old: { passthru = old.passthru or { } // { - nixPackage = pkgs.nixVersions.nix_2_28; + nixPackage = pkgs.nixVersions.nix_2_31; }; }) (