Skip to content

Commit

Permalink
Test Nix toolbox update
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Dec 4, 2024
1 parent 78af386 commit 820eb93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 150 deletions.
7 changes: 5 additions & 2 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ let master = [
coqPackages = common-bundles // {
coq.override.version = "8.20";
};
ocamlPackages = {
elpi.override.version = "2.0.4";
};
};

"coq-master" = {
Expand All @@ -39,7 +42,7 @@ let master = [
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
};
ocamlPackages = {
elpi.override.version = "v2.0.3";
elpi.override.version = "2.0.4";
};
};

Expand All @@ -51,7 +54,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 = "v2.0.3";
elpi.override.version = "2.0.4";
};
};

Expand Down
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"858ff8dd010deded3b9cab8e04fbfad20151af5c"
"9c3b4c4add065ca13df0f07254ae1348115467a6"
86 changes: 0 additions & 86 deletions .nix/coq-overlays/coq-elpi/default.nix

This file was deleted.

59 changes: 0 additions & 59 deletions .nix/ocaml-overlays/elpi/default.nix

This file was deleted.

4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
bundle ? null, job ? null, inNixShell ? null, src ? ./.,
}@args:
let auto = fetchGit {
url = "https://github.com/coq-community/coq-nix-toolbox.git";
ref = "master";
url = "https://github.com/proux01/coq-nix-toolbox.git";
ref = "elpi2";
rev = import .nix/coq-nix-toolbox.nix;
};
in
Expand Down

0 comments on commit 820eb93

Please sign in to comment.