about summary refs log tree commit diff
path: root/pkgs/pkgs-lib/tests
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-02 04:18:13 +0100
committerh7x4 <h7x4@nani.wtf>2024-02-09 16:40:22 +0100
commitb6cdfec16ce7ce7c0d837b05ed3ad99aa6223647 (patch)
tree2f0aaab48327222d6a931cce49b024232194828b /pkgs/pkgs-lib/tests
parent2554eba2ca05a1c3bbd7aaaa443b50b2a7ae4430 (diff)
formats.hocon: add tests
Diffstat (limited to 'pkgs/pkgs-lib/tests')
-rw-r--r--pkgs/pkgs-lib/tests/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/pkgs-lib/tests/default.nix b/pkgs/pkgs-lib/tests/default.nix
index 289780f57650a..8e5e24301a299 100644
--- a/pkgs/pkgs-lib/tests/default.nix
+++ b/pkgs/pkgs-lib/tests/default.nix
@@ -17,7 +17,10 @@ let
       jdk11 = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk11_headless; };
       jdk17 = pkgs.callPackage ../formats/java-properties/test { jdk = pkgs.jdk17_headless; };
     };
+
     libconfig = recurseIntoAttrs (import ../formats/libconfig/test { inherit pkgs; });
+
+    hocon = recurseIntoAttrs (import ../formats/hocon/test { inherit pkgs; });
   };
 
   flatten = prefix: as: