Refactor(build-inventory): remove build-inventory in favor of simple and expressive evalModules

This commit is contained in:
Johannes Kirschbauer
2025-06-26 09:46:26 +02:00
parent 8b2c6fc316
commit d9da723d5d
8 changed files with 64 additions and 105 deletions

View File

@@ -8,8 +8,11 @@
}:
{
flakePartsModule = {
_module.args = {
inherit clanLib;
};
imports = [
(lib.modules.importApply ./clan/default.nix { inherit clanLib; })
./clan/default.nix
];
};