mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
haskellPackages.hercules-ci-cnix-expr: pin to nix_2_3
This commit is contained in:
parent
7336444023
commit
794d38995f
@ -939,6 +939,8 @@ self: super: builtins.intersectAttrs super {
|
||||
|
||||
hercules-ci-cnix-store = super.hercules-ci-cnix-store.override { nix = pkgs.nix_2_3; };
|
||||
|
||||
hercules-ci-cnix-expr = super.hercules-ci-cnix-expr.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.
|
||||
# Flag added in Agda 2.6.2
|
||||
|
Loading…
Reference in New Issue
Block a user