Inventory: move to lib.inventory
This commit is contained in:
committed by
hsjobeki
parent
6378a96b4d
commit
3aa7a6ee69
@@ -33,7 +33,7 @@ let
|
||||
mergedInventory =
|
||||
(lib.evalModules {
|
||||
modules = [
|
||||
./interface.nix
|
||||
clan-core.lib.inventory.interface
|
||||
{ inherit meta; }
|
||||
(
|
||||
if
|
||||
@@ -77,7 +77,7 @@ let
|
||||
];
|
||||
}).config;
|
||||
|
||||
buildInventory = import ./inventory.nix { inherit lib clan-core; };
|
||||
inherit (clan-core.lib.inventory) buildInventory;
|
||||
|
||||
# map from machine name to service configuration
|
||||
# { ${machineName} :: Config }
|
||||
|
||||
Reference in New Issue
Block a user