Skip to content

Commit

Permalink
use elpi version 1.18.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril authored Jan 2, 2024
1 parent db2d8bb commit 126f815
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,14 @@
## Run on push on following branches (default [ "master" ])
# push-branches = [ "master" "branch2" ];

"master".coqPackages = {
coq.override.version = "master";
coq-elpi.override.version = "coq-master";
hierarchy-builder.override.version = "master";
mathcomp.override.version = "master";
"master" = {
coqPackages = {
coq.override.version = "master";
coq-elpi.override.version = "coq-master";
hierarchy-builder.override.version = "master";
mathcomp.override.version = "master";
};
ocamlPackages.elpi.override.version = "v1.18.1";
};
"8.17".coqPackages = {
coq.override.version = "8.17";
Expand Down

0 comments on commit 126f815

Please sign in to comment.