Skip to content

Commit

Permalink
Update .nix/config.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Jan 15, 2025
1 parent bc70317 commit 37368af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
paramcoq.override.version = "master";
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};
"coq-master".ocamlPackages = { elpi.override.version = "#308"; };
"coq-master".ocamlPackages = { elpi.override.version = "2.0.7"; };

"coq-8.20".coqPackages = mcHBcommon // {
coq.override.version = "8.20";
ocamlPackages = { elpi.override.version = "#308"; };
ocamlPackages = { elpi.override.version = "2.0.7"; };
};

"coq-8.19".coqPackages = mcHBcommon // {
Expand Down

0 comments on commit 37368af

Please sign in to comment.