File tree 2 files changed +49
-46
lines changed
2 files changed +49
-46
lines changed Original file line number Diff line number Diff line change 3
3
4
4
inputs = {
5
5
flake-utils . url = "github:numtide/flake-utils" ;
6
+ nixpkgs . url = "github:NixOS/nixpkgs?rev=4221c236f296269b5b2e2a6b733ebcd4a2e05f90" ;
6
7
7
- coq -master = { url = "github:coq/coq/3e7c26f8bb991e7335162647017edf21b2afd974 " ; } ; # Should be kept in sync with PIN_COQ in CI workflow
8
- coq -master. inputs . nixpkgs . follows = "nixpkgs" ;
8
+ rocq -master = { url = "github:coq/coq/9d13cf5137c82610893241ac3c5c756f01c2aaa1 " ; } ; # Should be kept in sync with PIN_COQ in CI workflow
9
+ rocq -master. inputs . nixpkgs . follows = "nixpkgs" ;
9
10
10
11
} ;
11
12
12
13
outputs = {
13
14
self ,
14
15
nixpkgs ,
15
16
flake-utils ,
16
- coq -master,
17
+ rocq -master,
17
18
} :
18
19
flake-utils . lib . eachDefaultSystem ( system : let
19
20
name = "vscoq-client" ;
20
21
vscodeExtPublisher = "maximedenes" ;
21
22
vscodeExtName = "vscoq" ;
22
23
vscodeExtUniqueId = "maximedenes.vscoq" ;
23
24
vscoq_version = "2.2.3" ;
24
- coq = coq -master. packages . ${ system } ;
25
+ rocq = rocq -master. packages . ${ system } ;
25
26
in rec {
26
27
formatter = nixpkgs . legacyPackages . ${ system } . alejandra ;
27
28
49
50
++ ( with coq . ocamlPackages ; [
50
51
lablgtk3-sourceview3
51
52
glib
52
- gnome . adwaita-icon-theme
53
+ pkgs . adwaita-icon-theme
53
54
wrapGAppsHook
54
55
ocaml
55
56
findlib
92
93
++ ( with coq . ocamlPackages ; [
93
94
lablgtk3-sourceview3
94
95
glib
95
- gnome . adwaita-icon-theme
96
+ pkgs . adwaita-icon-theme
96
97
wrapGAppsHook
97
98
ocaml
98
99
yojson
135
136
++ ( with coq . ocamlPackages ; [
136
137
lablgtk3-sourceview3
137
138
glib
138
- gnome . adwaita-icon-theme
139
+ pkgs . adwaita-icon-theme
139
140
wrapGAppsHook
140
141
ocaml
141
142
yojson
168
169
version = vscoq_version ;
169
170
src = ./language-server ;
170
171
nativeBuildInputs = [
171
- coq
172
+ rocq
172
173
] ;
173
174
buildInputs =
174
175
[
175
- coq
176
+ rocq
176
177
dune_3
177
178
]
178
179
++ ( with coq . ocamlPackages ; [
179
180
lablgtk3-sourceview3
180
181
glib
181
- gnome . adwaita-icon-theme
182
+ pkgs . adwaita-icon-theme
182
183
wrapGAppsHook
183
184
ocaml
184
185
yojson
You can’t perform that action at this time.
0 commit comments