lib/jsonschema: remove unused arguments

This commit is contained in:
Johannes Kirschbauer
2025-09-16 17:11:19 +02:00
parent e4b316c14a
commit 80bc3daf96
4 changed files with 6 additions and 15 deletions

View File

@@ -4,7 +4,6 @@
{ clanLib, prefix }:
let
converter = clanLib.jsonschema {
includeDefaults = true;
};
in
{ lib, config, ... }: