Skip to content

Commit 78803af

Browse files
committed
overlay: drop dependent-sum-template_0_2_0_1 override
1 parent afda0ef commit 78803af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

overlay.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ let
1515
} // (lib.filterAttrs (n: v: n != "url") x));
1616
in
1717
{
18-
# srk 2024-07-28: allow template-haskell 2.22 (GHC 9.8)
19-
# https://github.com/obsidiansystems/dependent-sum-template/pull/13
20-
dependent-sum-template =
21-
haskellLib.doJailbreak
22-
hsuper.dependent-sum-template_0_2_0_1;
23-
2418
hnix-store-core =
2519
lib.pipe
2620
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})

0 commit comments

Comments
 (0)