From b2eebb7d3235f68900cc42047a1415aefa754bdf Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Mon, 10 Sep 2018 16:01:59 +0200 Subject: Have `gitFull` in the nix-shell --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3