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:
@@ -1,5 +1,5 @@
|
||||
{ lib, clan-core }:
|
||||
{ lib, clanLib }:
|
||||
{
|
||||
inherit (import ./build-inventory { inherit lib clan-core; }) buildInventory;
|
||||
inherit (import ./build-inventory { inherit lib clanLib; }) buildInventory;
|
||||
interface = ./build-inventory/interface.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user