mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hercules-ci-*, cachix: nix: 2.3 -> 2.4
This commit is contained in:
parent
2d1be9cd9a
commit
f4c24b78d3
1 changed files with 4 additions and 4 deletions
|
@ -935,11 +935,11 @@ self: super: builtins.intersectAttrs super {
|
||||||
|
|
||||||
rel8 = addTestToolDepend super.rel8 pkgs.postgresql;
|
rel8 = addTestToolDepend super.rel8 pkgs.postgresql;
|
||||||
|
|
||||||
cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nix_2_3; });
|
cachix = generateOptparseApplicativeCompletion "cachix" (super.cachix.override { nix = pkgs.nix_2_4; });
|
||||||
|
|
||||||
hercules-ci-agent = super.hercules-ci-agent.override { nix = pkgs.nix_2_3; };
|
hercules-ci-agent = appendConfigureFlag (super.hercules-ci-agent.override { nix = pkgs.nix_2_4; }) "-fnix-2_4";
|
||||||
hercules-ci-cnix-expr = super.hercules-ci-cnix-expr.override { nix = pkgs.nix_2_3; };
|
hercules-ci-cnix-expr = appendConfigureFlag (super.hercules-ci-cnix-expr.override { nix = pkgs.nix_2_4; }) "-fnix-2_4";
|
||||||
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nix_2_3; };
|
hercules-ci-cnix-store = appendConfigureFlag (super.hercules-ci-cnix-store.override { nix = pkgs.nix_2_4; }) "-fnix-2_4";
|
||||||
|
|
||||||
# Enable extra optimisations which increase build time, but also
|
# Enable extra optimisations which increase build time, but also
|
||||||
# later compiler performance, so we should do this for user's benefit.
|
# later compiler performance, so we should do this for user's benefit.
|
||||||
|
|
Loading…
Reference in a new issue