clanInternals: expose builtin modules

This commit is contained in:
Johannes Kirschbauer
2025-08-31 12:49:26 +02:00
parent 58cfcf3d25
commit 453f2649d3
2 changed files with 8 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ in
in
{ config, ... }:
{
staticModules = clan-core.clan.modules;
distributedServices = clanLib.inventory.mapInstances {
inherit (clanConfig) inventory exportsModule;
inherit flakeInputs directory;