modules: move clan module to flake.modules.clan.default

This commit is contained in:
Johannes Kirschbauer
2025-06-26 17:06:46 +02:00
parent cfce6d9845
commit 0271af0dcb
8 changed files with 20 additions and 17 deletions

View File

@@ -19,15 +19,6 @@ lib.fix (
);
in
{
module = {
_class = "clan";
_module.args = {
inherit clanLib;
};
imports = [
./modules/clan/default.nix
];
};
inherit (buildClanLib)
buildClan