File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
flake-utils . url = "github:numtide/flake-utils" ;
7
7
8
- <<<<<<< HEAD
9
8
coq-8_18 = {
10
9
type = "github" ;
11
10
owner = "coq" ;
12
11
repo = "coq" ;
13
12
ref = "V8.18.0" ;
14
13
} ;
15
14
15
+ coq-8_19 = {
16
+ type = "github" ;
17
+ owner = "coq" ;
18
+ repo = "coq" ;
19
+ ref = "V8.19.0" ;
20
+ } ;
21
+
16
22
coq-8_18 . inputs . nixpkgs . follows = "nixpkgs" ;
17
- =======
18
- coq-master = { url = "github:coq/coq/fbaea89860348ca2b2ca485e52df7215bea27746" ; } ; # Should be kept in sync with PIN_COQ in CI workflow
19
- coq-master . inputs . nixpkgs . follows = "nixpkgs" ;
20
- >>>>>>> coq-master
23
+ coq-8_19 . inputs . nixpkgs . follows = "nixpkgs" ;
21
24
22
25
} ;
23
26
24
- outputs = { self , nixpkgs , flake-utils , coq-8_18 } :
27
+ outputs = { self , nixpkgs , flake-utils , coq-8_19 } :
25
28
flake-utils . lib . eachDefaultSystem ( system :
26
29
27
- let coq = coq-8_18 . defaultPackage . ${ system } ; in
30
+ let coq = coq-8_19 . defaultPackage . ${ system } ; in
28
31
rec {
29
32
30
33
packages . default = self . packages . ${ system } . vscoq-language-server ;
You can’t perform that action at this time.
0 commit comments