API: remove all python dataclasses for clanModules (services)

This commit is contained in:
Johannes Kirschbauer
2024-09-12 15:54:29 +02:00
parent 46602b508c
commit 39518d302b
5 changed files with 20 additions and 233 deletions

View File

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