Add more flake packages

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-01-24 18:58:19 -08:00
parent 58e435c475
commit 58c6b1f81c

View file

@ -21,7 +21,12 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
dune_3
ocaml-pkgs.ocaml
ocaml-pkgs.ocamlPackages.utop
ocaml-pkgs.ocamlPackages.findlib
ocaml-pkgs.ocamlPackages.ocamlformat
ocaml-pkgs.ocamlPackages.ocaml-lsp
];
};
}