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 493e158d3c
commit de78a85324
5 changed files with 327 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
./jsonschema/flake-module.nix
./inventory/flake-module.nix
./build-clan/flake-module.nix
./values/flake-module.nix
];
flake.lib = import ./default.nix {
inherit lib inputs;