build-clan: move clan attribute relates modules into subfolder
This commit is contained in:
9
lib/modules/clan/default.nix
Normal file
9
lib/modules/clan/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{clanLib}: {
|
||||
_module.args = {
|
||||
inherit clanLib;
|
||||
};
|
||||
imports = [
|
||||
./module.nix
|
||||
./interface.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user