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 3, 2024
1 parent 78af386 commit b964e29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.3";
};
};

Expand All @@ -51,7 +51,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.3";
};
};

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"
"439937789f2238fcf83832f9016a5f8611f8a4cc"
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 b964e29

Please sign in to comment.