Refactor(build-inventory): remove build-inventory in favor of simple and expressive evalModules
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
}:
|
||||
{
|
||||
flakePartsModule = {
|
||||
_module.args = {
|
||||
inherit clanLib;
|
||||
};
|
||||
imports = [
|
||||
(lib.modules.importApply ./clan/default.nix { inherit clanLib; })
|
||||
./clan/default.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user