haskellPackages.hercules-ci-cnix-*: nix_2_16 -> nix_2_19
This commit is contained in:
parent
0a87d8dbd9
commit
773cc49413
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ self: super: builtins.intersectAttrs super {
|
|||
hercules-ci-cnix-store = overrideCabal
|
||||
(old: {
|
||||
passthru = old.passthru or { } // {
|
||||
nixPackage = pkgs.nixVersions.nix_2_16;
|
||||
nixPackage = pkgs.nixVersions.nix_2_19;
|
||||
};
|
||||
})
|
||||
(super.hercules-ci-cnix-store.override {
|
||||
|
|
Loading…
Reference in a new issue