build-clan: export default.nix that injects clanLib
This should be the single entry point, that includes clanLib instead of importApply propagation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{clanLib}: {
|
||||
{ clanLib }:
|
||||
{
|
||||
_module.args = {
|
||||
inherit clanLib;
|
||||
};
|
||||
@@ -6,4 +7,4 @@
|
||||
./module.nix
|
||||
./interface.nix
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user