lib/jsonschema: fix enum support

This commit is contained in:
Michael Hoang
2025-04-06 20:48:25 +02:00
parent 8bc2112e45
commit c2eaf74df5
5 changed files with 86 additions and 9 deletions

View File

@@ -4,6 +4,6 @@
slib ? (import ./. { inherit lib; } { }),
}:
{
# parseOption = import ./test_parseOption.nix { inherit lib slib; };
parseOption = import ./test_parseOption.nix { inherit lib slib; };
parseOptions = import ./test_parseOptions.nix { inherit lib slib; };
}