summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2021-07-02 10:50:12 +0200
committerGitHub <noreply@github.com>2021-07-02 10:50:12 +0200
commit752035e0788f0f50ae1e2ddb338bdef9b3ba92f7 (patch)
treefd76738838979f7bedf16ae9b7d8350ef0145908 /pkgs/top-level/ocaml-packages.nix
parent483be376f7b20119149380f5acb533e0f2a199e9 (diff)
downloadnixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar.gz
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar.bz2
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar.lz
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar.xz
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.tar.zst
nixpkgs-752035e0788f0f50ae1e2ddb338bdef9b3ba92f7.zip
ocamlPackages.alcotest-mirage: init at 1.2.3 (#128601)
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 0b851af8f8a..9931a7004b4 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -22,6 +22,8 @@ let
 
     alcotest-lwt = callPackage ../development/ocaml-modules/alcotest/lwt.nix {};
 
+    alcotest-mirage = callPackage ../development/ocaml-modules/alcotest/mirage.nix {};
+
     angstrom = callPackage ../development/ocaml-modules/angstrom { };
 
     angstrom-async = callPackage ../development/ocaml-modules/angstrom-async { };