Skip to content

Commit 37368af

Browse files
authored
Update .nix/config.nix
1 parent bc70317 commit 37368af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nix/config.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
paramcoq.override.version = "master";
3131
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
3232
};
33-
"coq-master".ocamlPackages = { elpi.override.version = "#308"; };
33+
"coq-master".ocamlPackages = { elpi.override.version = "2.0.7"; };
3434

3535
"coq-8.20".coqPackages = mcHBcommon // {
3636
coq.override.version = "8.20";
37-
ocamlPackages = { elpi.override.version = "#308"; };
37+
ocamlPackages = { elpi.override.version = "2.0.7"; };
3838
};
3939

4040
"coq-8.19".coqPackages = mcHBcommon // {

0 commit comments

Comments
 (0)