clan-config: stop using jsonschema at all for CLI
- instead use options.json coming from nixosOptionsDoc
This commit is contained in:
@@ -9,7 +9,7 @@ import pytest
|
||||
from clan_cli import config
|
||||
from clan_cli.config import parsing
|
||||
|
||||
example_schema = f"{Path(config.__file__).parent}/jsonschema/example-schema.json"
|
||||
example_schema = f"{Path(config.__file__).parent}/jsonschema/options.json"
|
||||
|
||||
|
||||
# use pytest.parametrize
|
||||
|
||||
Reference in New Issue
Block a user