---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "options",
       position: (3, 3),
      },
      Raw {
       content: "programs",
       position: (3, 11),
      },
      Raw {
       content: "bcc",
       position: (3, 20),
      },
      Raw {
       content: "enable",
       position: (3, 24),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (3, 33),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkEnableOption",
         position: (3, 37),
        },
       ],
      },
      default: None,
     },
     arguments: [
      String {
       parts: [
        Raw {
         content: "bcc",
         position: (3, 53),
        },
       ],
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "config",
       position: (5, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (5, 12),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkIf",
         position: (5, 16),
        },
       ],
      },
      default: None,
     },
     arguments: [
      PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (5, 21),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "programs",
          position: (5, 28),
         },
         Raw {
          content: "bcc",
          position: (5, 37),
         },
         Raw {
          content: "enable",
          position: (5, 41),
         },
        ],
       },
       default: None,
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "environment",
            position: (6, 5),
           },
           Raw {
            content: "systemPackages",
            position: (6, 17),
           },
          ],
         },
         List {
          elements: [
           PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (6, 36),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "bcc",
               position: (6, 41),
              },
             ],
            },
            default: None,
           },
          ],
          position: (6, 34),
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "boot",
            position: (7, 5),
           },
           Raw {
            content: "extraModulePackages",
            position: (7, 10),
           },
          ],
         },
         List {
          elements: [
           PropertyAccess {
            expression: Variable {
             identifier: "pkgs",
             position: (7, 34),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "bcc",
               position: (7, 39),
              },
             ],
            },
            default: None,
           },
          ],
          position: (7, 32),
         },
        ),
       ],
       recursive: false,
       position: (5, 48),
      },
     ],
    },
   ),
  ],
  recursive: false,
  position: (2, 1),
 },
 position: (1, 1),
}