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 3e030a5199
commit aa96a11369
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{clanLib}: {
_module.args = {
inherit clanLib;
};
imports = [
./module.nix
./interface.nix
];
}