Inventory: add assertions, allow external references
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, clan-core }:
|
||||
{
|
||||
buildInventory = import ./build-inventory { inherit lib clan-core; };
|
||||
inherit (import ./build-inventory { inherit lib clan-core; }) buildInventory;
|
||||
interface = ./build-inventory/interface.nix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user