6 lines
147 B
Nix
6 lines
147 B
Nix
{ lib, clanLib }:
|
|
{
|
|
inherit (import ./build-inventory { inherit lib clanLib; }) buildInventory;
|
|
interface = ./build-inventory/interface.nix;
|
|
}
|