This should be the single entry point, that includes clanLib instead of importApply propagation
11 lines
118 B
Nix
11 lines
118 B
Nix
{ clanLib }:
|
|
{
|
|
_module.args = {
|
|
inherit clanLib;
|
|
};
|
|
imports = [
|
|
./module.nix
|
|
./interface.nix
|
|
];
|
|
}
|