haskellPackages: hnix-store-core-0.6.1.0 -> hnix-store-core-0.7.0.0

This commit is contained in:
Ellie Hermaszewska 2023-11-20 15:34:03 +08:00
parent d35fd4d84e
commit d3291b33c3
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -484,7 +484,6 @@ self: super: {
# Too strict bounds on algebraic-graphs and bytestring
# https://github.com/haskell-nix/hnix-store/issues/180
hnix-store-core = doJailbreak super.hnix-store-core;
hnix-store-core_0_6_1_0 = doDistribute (doJailbreak super.hnix-store-core_0_6_1_0);
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;

View File

@ -1097,7 +1097,7 @@ self: super: builtins.intersectAttrs super {
'';
}) (lib.pipe
(super.cachix.override {
hnix-store-core = self.hnix-store-core_0_6_1_0;
hnix-store-core = self.hnix-store-core_0_7_0_0;
nix = self.hercules-ci-cnix-store.nixPackage;
})
[