diff options
| author | Cyril Cohen | 2018-09-10 16:01:59 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2018-09-10 16:18:56 +0200 |
| commit | b2eebb7d3235f68900cc42047a1415aefa754bdf (patch) | |
| tree | cba512e72b3a2be64d566ce2fe0a66c58b05c546 /default.nix | |
| parent | 087588553d31752fadbb65ade9d377176412f316 (diff) | |
Have `gitFull` in the nix-shell
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
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 ); |
