Skip to content

Commit

Permalink
add ocamlformat in nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcoolen committed Mar 3, 2024
1 parent 8147cbb commit 1a61d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let ocamlPackages = pkgs.ocaml-ng.ocamlPackages_5_0;
in pkgs.fastStdenv.mkDerivation {
name = "ocaml_pari";
nativeBuildInputs =
(with ocamlPackages; [ ocaml findlib dune_3 merlin utop ppx_cstubs containers mdx odoc ocaml-lsp hacl-star hex iter qcheck memtrace ])
(with ocamlPackages; [ ocaml findlib dune_3 merlin utop ppx_cstubs containers mdx odoc ocaml-lsp hacl-star hex iter qcheck memtrace ocamlformat ])
++ (with pkgs; [
bison
gnumake
Expand Down

0 comments on commit 1a61d0f

Please sign in to comment.