fmt
This commit is contained in:
parent
e788a09be9
commit
bf45826289
25 changed files with 57 additions and 31 deletions
|
@ -14,7 +14,8 @@
|
|||
ocaml = pkgs.ocamlPackages.ocaml;
|
||||
ocamlTools = with pkgs.ocamlPackages;
|
||||
[ dune_3 odoc ] ++ (with pkgs; [ ocamlformat ]);
|
||||
in {
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ ocaml ] ++ ocamlTools;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue