haskellPackages.hercules-ci-agent: pin to nix_2_3

This commit is contained in:
Bernardo Meurer 2021-11-02 01:02:28 -07:00
parent 794d38995f
commit 32c35c5164
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -937,9 +937,9 @@ self: super: builtins.intersectAttrs super {
cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nix_2_3; });
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nix_2_3; };
hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nix_2_3; };
hercules-ci-cnix-expr = super.hercules-ci-cnix-expr.override { nix = pkgs.nix_2_3; };
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nix_2_3; };
# Enable extra optimisations which increase build time, but also
# later compiler performance, so we should do this for user's benefit.