put flake input overrides into a helper function

This commit is contained in:
Jörg Thalheim
2025-07-07 17:12:53 +02:00
committed by Mic92
parent d4fba5d42d
commit b692f6fcfe
8 changed files with 23 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ lib.fix (
inventory = clanLib.callLib ./modules/inventory { };
modules = clanLib.callLib ./modules/inventory/frontmatter { };
test = clanLib.callLib ./test { };
flake-inputs = clanLib.callLib ./flake-inputs.nix { };
# Custom types
types = clanLib.callLib ./types { };