build-clan: export default.nix that injects clanLib

This should be the single entry point, that includes clanLib
instead of importApply propagation
This commit is contained in:
Johannes Kirschbauer
2025-06-25 10:57:13 +02:00
parent aa96a11369
commit d0ae75e5cc
6 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{ clanLib }:
{
lib,
clanLib,
self,
# TODO: Use dependency injection to allow for testing
# inventoryInterface,