aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorThéo Zimmermann2018-09-07 11:37:17 +0200
committerThéo Zimmermann2018-09-07 11:37:17 +0200
commit2df7644f5bb8c1fc0345cd94807c7cf284c980fb (patch)
tree01af8ca0521edccf12dfb0d5b2090422fae3ce13 /default.nix
parent07c3905c30590c93f1b173833087bbd1df364227 (diff)
Add utop to default.nix for use in nix-shell (see #8426).
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 35da15eebd..80dca47f69 100644
--- a/default.nix
+++ b/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
)
++ optionals shell (
[ jq curl git gnupg ] # Dependencies of the merging script
- ++ (with ocamlPackages; [ merlin ocp-indent ocp-index ]) # Dev tools
+ ++ (with ocamlPackages; [ merlin ocp-indent ocp-index utop ]) # Dev tools
);
src =