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 530ca43 commit 5d5379eCopy full SHA for 5d5379e
overlay.nix
@@ -15,14 +15,6 @@ let
15
} // (lib.filterAttrs (n: v: n != "url") x));
16
in
17
{
18
- # srk 2023-11-18: this is pinned in nixpkgs unstable to 1.0.5
19
- # causing trouble with ghc963
20
- some = hself.callHackageDirect
21
- { pkg = "some";
22
- ver = "1.0.6";
23
- sha256 = "sha256-AnjaUzSlsLi3lIURrEfs92Jo5FzX49RyNdfDSfFV3Kk=";
24
- } {};
25
-
26
# srk 2023-12-06: until in unstable
27
dependent-sum-template = hself.callHackageDirect
28
{ pkg = "dependent-sum-template";
0 commit comments