Inventory: add assertions, allow external references

This commit is contained in:
Johannes Kirschbauer
2024-08-13 19:21:29 +02:00
parent 65497d8b4c
commit 59c18b8411
6 changed files with 157 additions and 48 deletions

View File

@@ -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;
}