aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorCyril Cohen2018-09-10 16:01:59 +0200
committerCyril Cohen2018-09-10 16:18:56 +0200
commitb2eebb7d3235f68900cc42047a1415aefa754bdf (patch)
treecba512e72b3a2be64d566ce2fe0a66c58b05c546 /default.nix
parent087588553d31752fadbb65ade9d377176412f316 (diff)
Have `gitFull` in the nix-shell
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 80dca47f69..6f759f41d1 100644
--- a/default.nix
+++ b/default.nix
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
++ [ ocamlPackages.ounit rsync which ]
)
++ optionals shell (
- [ jq curl git gnupg ] # Dependencies of the merging script
+ [ jq curl gitFull gnupg ] # Dependencies of the merging script
++ (with ocamlPackages; [ merlin ocp-indent ocp-index utop ]) # Dev tools
);