File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ with builtins; with (import <nixpkgs> {}).lib;
116
116
"coqprime"
117
117
"coquelicot"
118
118
"coqutil"
119
- "coq-elpi"
120
119
"coq-elpi-test"
121
120
"ExtLib"
122
121
"coq-hammer"
@@ -206,10 +205,9 @@ with builtins; with (import <nixpkgs> {}).lib;
206
205
in {
207
206
"coq-master" . coqPackages = common-bundles // {
208
207
coq . override . version = "master" ;
208
+ coq-elpi . override . version = "master" ;
209
+ coq-elpi . override . elpi-version = "2.0.7" ;
209
210
coq-tools . override . version = "proux01:coq_19955" ;
210
211
} ;
211
- "coq-master" . ocamlPackages = {
212
- elpi . override . version = "2.0.6" ;
213
- } ;
214
212
} ;
215
213
}
Original file line number Diff line number Diff line change 1
- "e1b9b292e69a75c05eab1200dd454013b3ba071d "
1
+ "0966fc85b6cf7b6b88ac6cdada5916fc50310fea "
Original file line number Diff line number Diff line change 5
5
} @args :
6
6
let auto = fetchGit {
7
7
url = "https://github.com/proux01/coq-nix-toolbox.git" ;
8
- ref = "stdlib-test " ;
8
+ ref = "stdlib-on-master " ;
9
9
rev = import .nix/coq-nix-toolbox.nix ;
10
10
} ;
11
11
in
You can’t perform that action at this time.
0 commit comments