Inventory: move to lib.inventory
This commit is contained in:
committed by
hsjobeki
parent
1ee95ba864
commit
b90ec6e842
5
lib/inventory/default.nix
Normal file
5
lib/inventory/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ lib, clan-core }:
|
||||
{
|
||||
buildInventory = import ./build-inventory { inherit lib clan-core; };
|
||||
interface = ./build-inventory/interface.nix;
|
||||
}
|
||||
Reference in New Issue
Block a user