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 dd8e5e8
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 @@ -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

0 comments on commit dd8e5e8

Please sign in to comment.