File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 10
10
url = "github:ocaml/merlin/502" ;
11
11
flake = false ;
12
12
} ;
13
- merlin5_1 = {
14
- url = "github:ocaml/merlin/501" ;
15
- flake = false ;
16
- } ;
17
13
} ;
18
14
19
15
outputs = { self , flake-utils , nixpkgs , ... } @inputs :
138
134
pkgsWithoutOverlays = ( import nixpkgs { inherit system ; } ) ;
139
135
makeNixpkgs = ocaml : merlin :
140
136
pkgsWithoutOverlays . appendOverlays [ ( ocamlVersionOverlay ocaml ) ( overlay merlin ) ] ;
141
- pkgs_5_1 = makeNixpkgs "ocamlPackages_5_1" inputs . merlin5_1 ;
142
137
pkgs_5_2 = makeNixpkgs "ocamlPackages_5_2" inputs . merlin5_2 ;
143
138
pkgs_5_3 = makeNixpkgs "ocamlPackages_5_3" inputs . merlin5_3 ;
144
- localPackages_5_1 = makeLocalPackages pkgs_5_1 ;
145
139
localPackages_5_2 = makeLocalPackages pkgs_5_2 ;
146
140
localPackages_5_3 = makeLocalPackages pkgs_5_3 ;
147
141
devShell = localPackages : nixpkgs :
154
148
in {
155
149
packages = ( localPackages_5_3 // {
156
150
default = localPackages_5_3 . ocaml-lsp ;
157
- ocaml_5_1 = localPackages_5_1 ;
158
- ocaml_5_2 = localPackages_5_1 ;
151
+ ocaml_5_2 = localPackages_5_2 ;
159
152
} ) ;
160
153
161
154
devShells = {
162
155
default = devShell localPackages_5_3 pkgs_5_3 ;
163
156
164
- ocaml5_1 = devShell localPackages_5_1 pkgs_5_1 ;
165
-
166
157
ocaml5_2 = devShell localPackages_5_2 pkgs_5_2 ;
167
158
168
159
release = pkgsWithoutOverlays . mkShell {
You can’t perform that action at this time.
0 commit comments