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 bee020d commit 4f8edb4Copy full SHA for 4f8edb4
.nix/config.nix
@@ -30,10 +30,11 @@
30
paramcoq.override.version = "master";
31
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
32
};
33
- "coq-master".ocamlPackages = { elpi.override.version = "2.0.6"; };
+ "coq-master".ocamlPackages = { elpi.override.version = "#308"; };
34
35
"coq-8.20".coqPackages = mcHBcommon // {
36
coq.override.version = "8.20";
37
+ ocamlPackages = { elpi.override.version = "#308"; };
38
39
40
"coq-8.19".coqPackages = mcHBcommon // {
0 commit comments