diff --git a/nib/parse/default.nix b/nib/parse/default.nix index 9dba7ae..0918ec8 100644 --- a/nib/parse/default.nix +++ b/nib/parse/default.nix @@ -2,8 +2,8 @@ attrs, result, ... -}: let - struct = import ./struct.nix {inherit attrs result;}; +} @ args: let + struct = import ./struct.nix args; in attrs.mergeAttrsList [ # submodule is included directly to this module (ie self.myFunc)