We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d23e85 commit ef898fbCopy full SHA for ef898fb
flake.nix
@@ -137,10 +137,7 @@
137
let
138
pkgsWithoutOverlays = (import nixpkgs { inherit system; });
139
makeNixpkgs = ocaml: merlin:
140
- import nixpkgs {
141
- overlays = [ (ocamlVersionOverlay ocaml) (overlay merlin) ];
142
- inherit system;
143
- };
+ pkgsWithoutOverlays.appendOverlays [ (ocamlVersionOverlay ocaml) (overlay merlin) ];
144
pkgs_5_1 = makeNixpkgs "ocamlPackages_5_1" inputs.merlin5_1;
145
pkgs_5_2 = makeNixpkgs "ocamlPackages_5_2" inputs.merlin5_2;
146
pkgs_5_3 = makeNixpkgs "ocamlPackages_5_3" inputs.merlin5_3;
0 commit comments