aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Laporte2018-09-07 17:21:13 +0200
committerVincent Laporte2018-09-07 17:21:13 +0200
commit52e3760d7803d38a6af7bbc7606440167e5c409a (patch)
tree909de0c41b2eeb2e72c6681e3130d07bb6c5abc3 /default.nix
parent2139ee422754f4c3e039f7d3e3316fea47123b5c (diff)
parent2df7644f5bb8c1fc0345cd94807c7cf284c980fb (diff)
Merge PR #8428: 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 =