Skip to content

Commit

Permalink
HACK nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 13, 2025
1 parent 1dd35f5 commit 657278d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let master = [
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};
ocamlPackages = {
elpi.override.version = "2.0.6";
elpi.override.version = "#308";
};
};

Expand All @@ -55,7 +55,7 @@ let master = [
ocamlPackages = {
# when updating this, don't forget to update dune-project
# then use it to regenerate coq-elpi.opam
elpi.override.version = "2.0.6";
elpi.override.version = "#308";
};
};

Expand Down
2 changes: 1 addition & 1 deletion .nix/coq-overlays/coq-elpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in
defaultVersion = lib.switch coq.coq-version [
{
case = "8.20";
out = "2.2.0";
out = "#737";
}
{
case = "8.19";
Expand Down

0 comments on commit 657278d

Please sign in to comment.