aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorThéo Zimmermann2018-03-21 16:28:37 +0100
committerThéo Zimmermann2018-03-21 16:28:37 +0100
commitf148d4bbac22e2d149d4b540cf8daa9488dd76d9 (patch)
treece2278569478b2e68ee5f6cac9bfed6ce70e5823 /default.nix
parentef0fc7730df3cb585b621955010115407d80d2e7 (diff)
[default.nix] Add dependencies of the merging script.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 9d93abe746..26c6e4b901 100644
--- a/default.nix
+++ b/default.nix
@@ -73,6 +73,13 @@ stdenv.mkDerivation rec {
ocamlPackages.merlin
ocamlPackages.ocpIndent
ocamlPackages.ocp-index
+
+ # Dependencies of the merging script
+ jq
+ curl
+ git
+ gnupg
+
] else []);
src =