Add toml frontmatter description to jsonschema

This commit is contained in:
Johannes Kirschbauer
2024-06-26 15:10:21 +02:00
parent cecd6011d6
commit 3777a4cf02
3 changed files with 33 additions and 34 deletions

View File

@@ -8,7 +8,6 @@
evalClanModules = import ./eval-clan-modules { inherit clan-core nixpkgs lib; };
inventory = import ./inventory { inherit lib clan-core; };
jsonschema = import ./jsonschema { inherit lib; };
# TODO: migrate to also use toml frontmatter
# modules = import ./description.nix { inherit clan-core lib; };
modules = import ./description.nix { inherit clan-core lib; };
buildClan = import ./build-clan { inherit clan-core lib nixpkgs; };
}