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:
@@ -18,7 +18,7 @@ module:
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
(lib.modules.importApply ./clan/interface.nix { inherit (clan-core) clanLib; })
|
||||
(import ./clan/default.nix { inherit (clan-core) clanLib; })
|
||||
module
|
||||
{
|
||||
inherit specialArgs;
|
||||
|
||||
Reference in New Issue
Block a user