build-clan: move clan attribute relates modules into subfolder

This commit is contained in:
Johannes Kirschbauer
2025-06-24 09:52:26 +02:00
parent 1afc3a8d8e
commit 2d2476602b
9 changed files with 14 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
{
flakePartsModule = {
imports = [
(lib.modules.importApply ./interface.nix { inherit clanLib; })
./module.nix
(lib.modules.importApply ./clan/interface.nix { inherit clanLib; })
./clan/module.nix
];
};
@@ -68,7 +68,7 @@
imports = [
rest
# implementation
./module.nix
./clan/module.nix
];
};
in