summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-12-09 10:29:01 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-12-09 17:02:11 +0000
commitc07de6cd86a74562078f6f472b9c32a36347558d (patch)
tree43ec78b7db0cb41553f7b87511a6e0a7b649a38a /pkgs/top-level/ocaml-packages.nix
parente7857f0d3010d7716f0fb15e7227d12af971d7e9 (diff)
downloadnixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar.gz
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar.bz2
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar.lz
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar.xz
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.tar.zst
nixpkgs-c07de6cd86a74562078f6f472b9c32a36347558d.zip
ocamlPackages.irmin: init at 2.0.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 58cc306baca..1b78a08e681 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -370,6 +370,8 @@ let
 
     iri = callPackage ../development/ocaml-modules/iri { };
 
+    irmin = callPackage ../development/ocaml-modules/irmin { };
+
     jingoo = callPackage ../development/ocaml-modules/jingoo {
       pcre = ocaml_pcre;
     };