fixup(buildClan): use clan.inventory instead of refering to the clanInternals dumping ground within the module
This commit is contained in:
@@ -11,10 +11,9 @@ let
|
|||||||
directory
|
directory
|
||||||
pkgsForSystem
|
pkgsForSystem
|
||||||
specialArgs
|
specialArgs
|
||||||
|
inventory
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit (config.clanInternals) inventory;
|
|
||||||
|
|
||||||
inherit (clan-core.clanLib.inventory) buildInventory;
|
inherit (clan-core.clanLib.inventory) buildInventory;
|
||||||
|
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
|
|||||||
Reference in New Issue
Block a user