Skip to content

Commit

Permalink
chore(nix): always include ocaml-lsp in dev tools (ocaml#11102)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Nov 5, 2024
1 parent efeb3d0 commit 0d02468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
++ [ duneScript ];
inputsFrom = [ pkgs'.ocamlPackages.dune_3 ];
buildInputs = testBuildInputs ++ (with pkgs'.ocamlPackages; [
ocaml-lsp
merlin
ppx_expect
ctypes
Expand Down

0 comments on commit 0d02468

Please sign in to comment.