---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "meta",
        position: (6, 3),
       },
       Raw {
        content: "maintainers",
        position: (6, 8),
       },
      ],
     },
     With {
      expression: Variable {
       identifier: "maintainers",
       position: (6, 27),
      },
      target: List {
       elements: [
        Variable {
         identifier: "grahamc",
         position: (6, 42),
        },
       ],
       position: (6, 40),
      },
      position: (6, 22),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (7, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "hardware",
           position: (9, 5),
          },
          Raw {
           content: "mcelog",
           position: (9, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (10, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (10, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (11, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (11, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (11, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (12, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (12, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (13, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Enable the Machine Check Exception logger.\n",
                   position: (14, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (10, 25),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (9, 23),
        },
       ),
      ],
      recursive: false,
      position: (7, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (21, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (21, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (21, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "hardware",
           position: (21, 24),
          },
          Raw {
           content: "mcelog",
           position: (21, 33),
          },
          Raw {
           content: "enable",
           position: (21, 40),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (22, 5),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "packages",
                position: (23, 7),
               },
              ],
             },
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (23, 20),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "mcelog",
                   position: (23, 25),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (23, 18),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "services",
                position: (25, 7),
               },
               Raw {
                content: "mcelog",
                position: (25, 16),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "wantedBy",
                   position: (26, 9),
                  },
                 ],
                },
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "multi-user.target",
                     position: (26, 23),
                    },
                   ],
                  },
                 ],
                 position: (26, 20),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "serviceConfig",
                   position: (27, 9),
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "ProtectHome",
                      position: (28, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (28, 25),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PrivateNetwork",
                      position: (29, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (29, 28),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PrivateTmp",
                      position: (30, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (30, 24),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (27, 25),
                },
               ),
              ],
              recursive: false,
              position: (25, 25),
             },
            ),
           ],
           recursive: false,
           position: (22, 15),
          },
         ),
        ],
        recursive: false,
        position: (21, 47),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}