Add the num and menhir libraries to the flake.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-01-28 16:51:06 -08:00
parent b8fc429f4d
commit 66a38b28d1

View file

@ -26,6 +26,8 @@
ocaml-pkgs.ocaml ocaml-pkgs.ocaml
ocaml-pkgs.ocamlPackages.utop ocaml-pkgs.ocamlPackages.utop
ocaml-pkgs.ocamlPackages.findlib ocaml-pkgs.ocamlPackages.findlib
ocaml-pkgs.ocamlPackages.num
ocaml-pkgs.ocamlPackages.menhir
ocaml-pkgs.ocamlPackages.ocamlformat ocaml-pkgs.ocamlPackages.ocamlformat
ocaml-pkgs.ocamlPackages.ocaml-lsp ocaml-pkgs.ocamlPackages.ocaml-lsp
]; ];