We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afda0ef commit 78803afCopy full SHA for 78803af
overlay.nix
@@ -15,12 +15,6 @@ let
15
} // (lib.filterAttrs (n: v: n != "url") x));
16
in
17
{
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
-
24
hnix-store-core =
25
lib.pipe
26
(hself.callCabal2nix "hnix-store-core" ./hnix-store-core {})
0 commit comments