Add more flake packages
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
58e435c475
commit
58c6b1f81c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue