cachix,hercules-ci-{agent,cnix-expr,cnix-store}: bump nix pin to 2_10

This commit is contained in:
Artturin
2022-12-28 16:24:54 +02:00
parent 172347745f
commit b9e503a35e
@@ -859,14 +859,14 @@ self: super: builtins.intersectAttrs super {
(overrideCabal { doCheck = pkgs.postgresql.doCheck; })
];
cachix = super.cachix.override { nix = pkgs.nixVersions.nix_2_9; };
cachix = super.cachix.override { nix = pkgs.nixVersions.nix_2_10; };
hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_9; };
hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nixVersions.nix_2_10; };
hercules-ci-cnix-expr =
addTestToolDepend pkgs.git (
super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_9; }
super.hercules-ci-cnix-expr.override { nix = pkgs.nixVersions.nix_2_10; }
);
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_9; };
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nixVersions.nix_2_10; };
# the testsuite fails because of not finding tsc without some help
aeson-typescript = overrideCabal (drv: {