---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "options",
    default: None,
   },
  ],
  ellipsis: false,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (2, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (4, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (4, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (4, 16),
        },
        Raw {
         content: "prometheus",
         position: (4, 25),
        },
        Raw {
         content: "exporters",
         position: (4, 36),
        },
        Raw {
         content: "sql",
         position: (4, 46),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfgOptions",
        position: (5, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "options",
           position: (6, 5),
          },
         ],
        },
        to: With {
         expression: Variable {
          identifier: "types",
          position: (6, 20),
         },
         target: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "jobs",
               position: (7, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (7, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (8, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "attrsOf",
                   position: (8, 16),
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "submodule",
                      position: (8, 25),
                     },
                     arguments: [
                      Variable {
                       identifier: "jobOptions",
                       position: (8, 35),
                      },
                     ],
                    },
                    position: (8, 24),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (9, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (9, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (10, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "An attrset of metrics scraping jobs to run.",
                    position: (10, 24),
                   },
                  ],
                  position: (10, 23),
                 },
                },
               ],
               recursive: false,
               position: (7, 23),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (6, 27),
         },
         position: (6, 15),
        },
       },
      ],
      recursive: false,
      position: (5, 16),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "jobOptions",
        position: (14, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "options",
           position: (15, 5),
          },
         ],
        },
        to: With {
         expression: Variable {
          identifier: "types",
          position: (15, 20),
         },
         target: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "interval",
               position: (16, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (16, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (17, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "str",
                  position: (17, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (18, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "How often to run this job, specified in\n<link xlink:href=\"https://golang.org/pkg/time/#ParseDuration\">Go duration</link> format.\n",
                    position: (19, 1),
                   },
                  ],
                  position: (18, 23),
                 },
                },
               ],
               recursive: false,
               position: (16, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "connections",
               position: (23, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (23, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (24, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "listOf",
                   position: (24, 16),
                  },
                  arguments: [
                   Variable {
                    identifier: "str",
                    position: (24, 23),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (25, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "A list of connection strings of the SQL servers to scrape metrics from",
                    position: (25, 24),
                   },
                  ],
                  position: (25, 23),
                 },
                },
               ],
               recursive: false,
               position: (23, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "startupSql",
               position: (27, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (27, 20),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (28, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "listOf",
                   position: (28, 16),
                  },
                  arguments: [
                   Variable {
                    identifier: "str",
                    position: (28, 23),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (29, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (29, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (30, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "A list of SQL statements to execute once after making a connection.",
                    position: (30, 24),
                   },
                  ],
                  position: (30, 23),
                 },
                },
               ],
               recursive: false,
               position: (27, 29),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "queries",
               position: (32, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (32, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (33, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "attrsOf",
                   position: (33, 16),
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "submodule",
                      position: (33, 25),
                     },
                     arguments: [
                      Variable {
                       identifier: "queryOptions",
                       position: (33, 35),
                      },
                     ],
                    },
                    position: (33, 24),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (34, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "SQL queries to run.",
                    position: (34, 24),
                   },
                  ],
                  position: (34, 23),
                 },
                },
               ],
               recursive: false,
               position: (32, 26),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (15, 27),
         },
         position: (15, 15),
        },
       },
      ],
      recursive: false,
      position: (14, 16),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "queryOptions",
        position: (38, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "options",
           position: (39, 5),
          },
         ],
        },
        to: With {
         expression: Variable {
          identifier: "types",
          position: (39, 20),
         },
         target: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "help",
               position: (40, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (40, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (41, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "nullOr",
                   position: (41, 16),
                  },
                  arguments: [
                   Variable {
                    identifier: "str",
                    position: (41, 23),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (42, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (42, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (43, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "A human-readable description of this metric.",
                    position: (43, 24),
                   },
                  ],
                  position: (43, 23),
                 },
                },
               ],
               recursive: false,
               position: (40, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "labels",
               position: (45, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (45, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (46, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "listOf",
                   position: (46, 16),
                  },
                  arguments: [
                   Variable {
                    identifier: "str",
                    position: (46, 23),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (47, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (47, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (48, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "A set of columns that will be used as Prometheus labels.",
                    position: (48, 24),
                   },
                  ],
                  position: (48, 23),
                 },
                },
               ],
               recursive: false,
               position: (45, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "query",
               position: (50, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (50, 15),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (51, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "str",
                  position: (51, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (52, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The SQL query to run.",
                    position: (52, 24),
                   },
                  ],
                  position: (52, 23),
                 },
                },
               ],
               recursive: false,
               position: (50, 24),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "values",
               position: (54, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (54, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (55, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "listOf",
                   position: (55, 16),
                  },
                  arguments: [
                   Variable {
                    identifier: "str",
                    position: (55, 23),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (56, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "A set of columns that will be used as values of this metric.",
                    position: (56, 24),
                   },
                  ],
                  position: (56, 23),
                 },
                },
               ],
               recursive: false,
               position: (54, 25),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (39, 27),
         },
         position: (39, 15),
        },
       },
      ],
      recursive: false,
      position: (38, 18),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configFile",
        position: (61, 3),
       },
      ],
     },
     to: IfThenElse {
      predicate: BinaryOperation {
       operator: NotEqualTo,
       operands: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (62, 8),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "configFile",
            position: (62, 12),
           },
          ],
         },
         default: None,
        },
        Variable {
         identifier: "null",
         position: (62, 26),
        },
       ],
       position: (62, 23),
      },
      then: PropertyAccess {
       expression: Variable {
        identifier: "cfg",
        position: (63, 10),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "configFile",
          position: (63, 14),
         },
        ],
       },
       default: None,
      },
      else_: LetIn {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "nameInline",
            position: (66, 9),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mapAttrsToList",
           position: (66, 22),
          },
          arguments: [
           Parentheses {
            expression: Function {
             argument: Simple {
              identifier: "k",
             },
             definition: Function {
              argument: Simple {
               identifier: "v",
              },
              definition: BinaryOperation {
               operator: Update,
               operands: [
                Variable {
                 identifier: "v",
                 position: (66, 44),
                },
                Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "name",
                      position: (66, 51),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "k",
                    position: (66, 58),
                   },
                  },
                 ],
                 recursive: false,
                 position: (66, 49),
                },
               ],
               position: (66, 46),
              },
              position: (66, 41),
             },
             position: (66, 38),
            },
            position: (66, 37),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "renameStartupSql",
            position: (67, 9),
           },
          ],
         },
         to: Function {
          argument: Simple {
           identifier: "j",
          },
          definition: FunctionApplication {
           function: Variable {
            identifier: "removeAttrs",
            position: (67, 31),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: Update,
              operands: [
               Variable {
                identifier: "j",
                position: (67, 44),
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "startup_sql",
                     position: (67, 51),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "j",
                    position: (67, 65),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "startupSql",
                      position: (67, 67),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                ],
                recursive: false,
                position: (67, 49),
               },
              ],
              position: (67, 46),
             },
             position: (67, 43),
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "startupSql",
                 position: (67, 85),
                },
               ],
               position: (67, 84),
              },
             ],
             position: (67, 82),
            },
           ],
          },
          position: (67, 28),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "configuration",
            position: (68, 9),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "jobs",
               position: (69, 11),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "map",
              position: (69, 18),
             },
             arguments: [
              Variable {
               identifier: "renameStartupSql",
               position: (69, 22),
              },
              Parentheses {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "nameInline",
                 position: (70, 14),
                },
                arguments: [
                 Parentheses {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "mapAttrs",
                    position: (70, 26),
                   },
                   arguments: [
                    Parentheses {
                     expression: Function {
                      argument: Simple {
                       identifier: "k",
                      },
                      definition: Function {
                       argument: Simple {
                        identifier: "v",
                       },
                       definition: Parentheses {
                        expression: BinaryOperation {
                         operator: Update,
                         operands: [
                          Variable {
                           identifier: "v",
                           position: (70, 43),
                          },
                          Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "queries",
                                position: (70, 50),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "nameInline",
                               position: (70, 60),
                              },
                              arguments: [
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "v",
                                 position: (70, 71),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "queries",
                                   position: (70, 73),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              ],
                             },
                            },
                           ],
                           recursive: false,
                           position: (70, 48),
                          },
                         ],
                         position: (70, 45),
                        },
                        position: (70, 42),
                       },
                       position: (70, 39),
                      },
                      position: (70, 36),
                     },
                     position: (70, 35),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (70, 86),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "configuration",
                        position: (70, 90),
                       },
                       Raw {
                        content: "jobs",
                        position: (70, 104),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                  position: (70, 25),
                 },
                ],
               },
               position: (70, 13),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (68, 25),
         },
        },
       ],
       target: FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "builtins",
          position: (73, 7),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "toFile",
            position: (73, 16),
           },
          ],
         },
         default: None,
        },
        arguments: [
         String {
          parts: [
           Raw {
            content: "config.yaml",
            position: (73, 24),
           },
          ],
          position: (73, 23),
         },
         Parentheses {
          expression: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "builtins",
             position: (73, 38),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "toJSON",
               position: (73, 47),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Variable {
             identifier: "configuration",
             position: (73, 54),
            },
           ],
          },
          position: (73, 37),
         },
        ],
       },
       position: (65, 7),
      },
      position: (62, 5),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "extraOpts",
         position: (76, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "configFile",
            position: (77, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (77, 18),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (78, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (78, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "nullOr",
                 position: (78, 26),
                },
                arguments: [
                 Variable {
                  identifier: "path",
                  position: (78, 33),
                 },
                ],
               },
               position: (78, 14),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (79, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (79, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (80, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Path to configuration file.\n",
                 position: (81, 1),
                },
               ],
               position: (80, 21),
              },
             },
            ],
            recursive: false,
            position: (77, 27),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "configuration",
            position: (84, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (84, 21),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (85, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (85, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "nullOr",
                 position: (85, 26),
                },
                arguments: [
                 Parentheses {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "submodule",
                    position: (85, 34),
                   },
                   arguments: [
                    Variable {
                     identifier: "cfgOptions",
                     position: (85, 44),
                    },
                   ],
                  },
                  position: (85, 33),
                 },
                ],
               },
               position: (85, 14),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (86, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (86, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (87, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Exporter configuration as nix attribute set. Mutually exclusive with 'configFile' option.\n",
                 position: (88, 1),
                },
               ],
               position: (87, 21),
              },
             },
            ],
            recursive: false,
            position: (84, 30),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (76, 15),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "port",
         position: (93, 3),
        },
       ],
      },
      to: Int {
       value: 9237,
       position: (93, 10),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "serviceOpts",
         position: (94, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "serviceConfig",
            position: (95, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "ExecStart",
               position: (96, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "",
               position: (97, 1),
              },
              Expression {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (97, 11),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "prometheus-sql-exporter",
                   position: (97, 16),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: "/bin/sql_exporter \\\n  -web.listen-address ",
               position: (97, 40),
              },
              Expression {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (98, 33),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listenAddress",
                   position: (98, 37),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: ":",
               position: (98, 51),
              },
              Expression {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "toString",
                 position: (98, 54),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (98, 63),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (98, 67),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              },
              Raw {
               content: " \\\n  -config.file ",
               position: (98, 72),
              },
              Expression {
               expression: Variable {
                identifier: "configFile",
                position: (99, 26),
               },
              },
              Raw {
               content: " \\\n  ",
               position: (99, 37),
              },
              Expression {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "concatStringsSep",
                 position: (100, 13),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: " \\\n  ",
                    position: (100, 31),
                   },
                  ],
                  position: (100, 30),
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (100, 40),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "extraFlags",
                     position: (100, 44),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (100, 55),
              },
             ],
             position: (96, 19),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "RestrictAddressFamilies",
               position: (102, 7),
              },
             ],
            },
            to: List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "AF_UNIX",
                 position: (104, 10),
                },
               ],
               position: (104, 9),
              },
             ],
             position: (102, 33),
            },
           },
          ],
          recursive: false,
          position: (95, 21),
         },
        },
       ],
       recursive: false,
       position: (94, 17),
      },
     },
    ],
    recursive: false,
    position: (75, 1),
   },
   position: (3, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}