propagate args through submodules
This commit is contained in:
parent
bcabcf8012
commit
ab543daf12
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
attrs,
|
attrs,
|
||||||
result,
|
result,
|
||||||
...
|
...
|
||||||
}: let
|
} @ args: let
|
||||||
struct = import ./struct.nix {inherit attrs result;};
|
struct = import ./struct.nix args;
|
||||||
in
|
in
|
||||||
attrs.mergeAttrsList [
|
attrs.mergeAttrsList [
|
||||||
# submodule is included directly to this module (ie self.myFunc)
|
# submodule is included directly to this module (ie self.myFunc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue