Inventory: move to lib.inventory

This commit is contained in:
Johannes Kirschbauer
2024-06-24 21:28:45 +02:00
committed by hsjobeki
parent 6378a96b4d
commit 3aa7a6ee69
16 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
{ lib, clan-core }:
{
buildInventory = import ./build-inventory { inherit lib clan-core; };
interface = ./build-inventory/interface.nix;
}