From c15e73a012d48fb4f1eee463b161a333add587b7 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Mon, 20 Jun 2022 11:00:31 -0400 Subject: [PATCH] hercules-ci-{agent,cnix-expr,cnix-store}: pin to nix_2_9 --- pkgs/development/haskell-modules/configuration-nix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 2727a67916d5..14c6dd666719 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -847,12 +847,12 @@ self: super: builtins.intersectAttrs super { cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nixVersions.nix_2_9; }); - hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_7; }; + hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_9; }; hercules-ci-cnix-expr = addTestToolDepend pkgs.git ( - super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_7; } + super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_9; } ); - hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_7; }; + hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_9; }; # Enable extra optimisations which increase build time, but also # later compiler performance, so we should do this for user's benefit.