aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 09:06:41 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 09:06:41 +0000
commita860f0ed3a81715a73b2b7e7a06c64574dcd2582 (patch)
treeb6e3cc961144179c6b63d74ebe3f2b6e0c4216cb /default.nix
parent8ae1a93bd3cd33caf0942d39a09c10ed1ba94087 (diff)
[default.nix] Adds “ounit” to check dependencies
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index bb9f220f4..91d963604 100644
--- a/default.nix
+++ b/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
python
rsync
which
+ ocamlPackages.ounit
] else []) ++ (if lib.inNixShell then [
ocamlPackages.merlin