mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(submodules): add support for submodule exports
This commit is contained in:
parent
accd2dec1b
commit
9ca9c44c92
4 changed files with 52 additions and 2 deletions
|
|
@ -29,10 +29,16 @@ with lib;
|
|||
default = [];
|
||||
};
|
||||
|
||||
exports = mkOption {
|
||||
description = "Attribute set of functions to export";
|
||||
type = types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
passthru = mkOption {
|
||||
description = "Attribute set to passthru";
|
||||
default = {};
|
||||
type = types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
args._empty = mkOption {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue