1{ 2 a ? false, 3 lib, 4 ... 5}: 6{ 7 options = { 8 result = lib.mkOption { }; 9 }; 10 config = { 11 _module.args.a = true; 12 result = a; 13 }; 14}