lib.values: init getPrio

This function can be used to get the priority of all values within a module
This commit is contained in:
Johannes Kirschbauer
2024-12-04 17:37:01 +01:00
parent fb6fa46a3b
commit fca193073e
5 changed files with 327 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ in
buildClan = import ./build-clan { inherit lib nixpkgs clan-core; };
facts = import ./facts.nix { inherit lib; };
inventory = import ./inventory { inherit lib clan-core; };
values = import ./values { inherit lib; };
jsonschema = import ./jsonschema { inherit lib; };
modules = import ./frontmatter {
inherit lib;