feat(classgen): convert only certain attributes

This commit is contained in:
Johannes Kirschbauer
2025-03-29 14:22:34 +01:00
parent 16644309b4
commit 12b88cd19b
6 changed files with 39 additions and 19 deletions

View File

@@ -60,7 +60,7 @@ let
ln -sf ${nixpkgs'} $out/clan_cli/nixpkgs
cp -r ${../../templates} $out/clan_cli/templates
${classgen}/bin/classgen ${inventory-schema-abstract}/schema.json $out/clan_cli/inventory/classes.py --stop-at "Service"
${classgen}/bin/classgen ${inventory-schema-abstract}/schema.json $out/clan_cli/inventory/classes.py
'';
# Create a custom nixpkgs for use within the project