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

@@ -10,6 +10,7 @@
module:
(lib.evalModules {
specialArgs = {
inherit (clan-core) clanLib;
inherit
self
clan-core
@@ -18,7 +19,7 @@ module:
;
};
modules = [
(import ./clan/default.nix { inherit (clan-core) clanLib; })
./clan/default.nix
module
{
inherit specialArgs;