From 491ebda5e315bd4373539759068015630fac378c Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 20 Feb 2021 21:18:33 +0100 Subject: [PATCH] config.public.json: add paths for the "6. topic: ocaml" tag There are some out of pkgs/development/ocaml-modules paths like pkgs/applications/networking/jackline which would be nice, but ultimately maintaining that list would be a bit of a nightmare. --- config.public.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.public.json b/config.public.json index 6f888eb..d552c11 100644 --- a/config.public.json +++ b/config.public.json @@ -177,6 +177,14 @@ "6.topic: nixos": [ "nixos" ], + "6.topic: ocaml": [ + "doc/languages-frameworks/ocaml.section.md", + "pkgs/top-level/ocaml-packages.nix", + "pkgs/development/ocaml-modules", + "pkgs/development/compilers/ocaml", + "pkgs/development/tools/ocaml", + "pkgs/development/compilers/reason" + ], "6.topic: pantheon": [ "pkgs/desktops/pantheon", "nixos/tests/pantheon.nix",