diff --git a/lib/generators.nix b/lib/generators.nix index 40e88b563490..28b2e39bf646 100644 --- a/lib/generators.nix +++ b/lib/generators.nix @@ -240,7 +240,7 @@ rec { * to implicit typing rules, so it should work with older * parsers as well. */ - toYAML = {}@args: toJSON args; + toYAML = toJSON; withRecursion = {