build-clan: expose Clan configuration as a module

This commit is contained in:
Michael Hoang
2025-04-13 21:18:19 +02:00
parent 3c869282b4
commit 1d159fb774
3 changed files with 94 additions and 74 deletions

View File

@@ -12,4 +12,9 @@
]
)
];
options.clan.core.module = lib.mkOption {
internal = true;
type = lib.types.raw;
};
}