aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorMaxime Dénès2019-12-13 18:00:30 +0100
committerMaxime Dénès2019-12-13 18:00:30 +0100
commiteb00b4aa84d32f987a44538028a749386050210b (patch)
tree16444503a8cb9fb246fe450e0af56552eb5d7552 /default.nix
parent4407f71ee45f98499b7ae8b533614dde5b877795 (diff)
Add ocamlformat dependency to Nix file
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 6a7a98aa5e..ee4a6046ea 100644
--- a/default.nix
+++ b/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
)
++ optionals shell (
[ jq curl gitFull gnupg ] # Dependencies of the merging script
- ++ (with ocamlPackages; [ merlin ocp-indent ocp-index utop ]) # Dev tools
+ ++ (with ocamlPackages; [ merlin ocp-indent ocp-index utop ocamlformat ]) # Dev tools
++ [ graphviz ] # Useful for STM debugging
);