default.nix: drop no longer needed lens-family-th override

This commit is contained in:
sorki 2024-01-25 09:59:36 +01:00 committed by Anton Latukha
parent 2e3f1729fa
commit 3f334d9b5a

View File

@ -168,9 +168,6 @@ let
root = packageRoot;
overrides = self: super: {
# 2023-11-21 too strict bound on template-haskell
# https://github.com/DanBurton/lens-family-th/pull/20
lens-family-th = hlib.doJailbreak (super.lens-family-th);
hnix-store-core = super.hnix-store-core_0_6_1_0;
hnix-store-remote = super.hnix-store-remote_0_6_0_0;
};