feat(lib/inventory): use clanLib instead of clan-core as internal specialArg. This has the benefit of beeing more narrow scoped.

This commit is contained in:
Johannes Kirschbauer
2025-03-30 16:41:03 +02:00
parent 06dd2ebf8c
commit f2e89d27fe
7 changed files with 14 additions and 18 deletions

View File

@@ -2,7 +2,8 @@
let
inventory = (
import ../build-inventory {
inherit lib clan-core;
inherit lib;
clanLib = clan-core.clanLib;
}
);
inherit (inventory) buildInventory;