---
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: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "prometheus",
         position: (6, 25),
        },
        Raw {
         content: "exporters",
         position: (6, 36),
        },
        Raw {
         content: "dmarc",
         position: (6, 46),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "json",
        position: (8, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "builtins",
        position: (8, 10),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "toJSON",
          position: (8, 19),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Inherit {
          from: Some(
           Variable {
            identifier: "cfg",
            position: (9, 14),
           },
          ),
          attributes: [
           Raw {
            content: "folders",
            position: (9, 19),
           },
           Raw {
            content: "port",
            position: (9, 27),
           },
          ],
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "listen_addr",
             position: (10, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (10, 19),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "listenAddress",
              position: (10, 23),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "storage_path",
             position: (11, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "$STATE_DIRECTORY",
             position: (11, 21),
            },
           ],
           position: (11, 20),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "imap",
             position: (12, 5),
            },
           ],
          },
          to: BinaryOperation {
           operator: Update,
           operands: [
            Parentheses {
             expression: FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "builtins",
                position: (12, 13),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "removeAttrs",
                  position: (12, 22),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (12, 34),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "imap",
                   position: (12, 38),
                  },
                 ],
                },
                default: None,
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "passwordFile",
                    position: (12, 46),
                   },
                  ],
                  position: (12, 45),
                 },
                ],
                position: (12, 43),
               },
              ],
             },
             position: (12, 12),
            },
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "password",
                  position: (12, 68),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "$IMAP_PASSWORD",
                  position: (12, 80),
                 },
                ],
                position: (12, 79),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "use_ssl",
                  position: (12, 97),
                 },
                ],
               },
               to: Variable {
                identifier: "true",
                position: (12, 107),
               },
              },
             ],
             recursive: false,
             position: (12, 66),
            },
           ],
           position: (12, 63),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "poll_interval_seconds",
             position: (13, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (13, 29),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "pollIntervalSeconds",
              position: (13, 33),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "deduplication_max_seconds",
             position: (14, 5),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (14, 33),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "deduplicationMaxSeconds",
              position: (14, 37),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "logging",
             position: (15, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "version",
                position: (16, 7),
               },
              ],
             },
             to: Int {
              value: 1,
              position: (16, 17),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "disable_existing_loggers",
                position: (17, 7),
               },
              ],
             },
             to: Variable {
              identifier: "false",
              position: (17, 34),
             },
            },
           ],
           recursive: false,
           position: (15, 15),
          },
         },
        ],
        recursive: false,
        position: (8, 26),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "port",
         position: (21, 3),
        },
       ],
      },
      to: Int {
       value: 9797,
       position: (21, 10),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "extraOpts",
         position: (22, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "imap",
            position: (23, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "host",
               position: (24, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (24, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (25, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (25, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (25, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (26, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "localhost",
                    position: (26, 20),
                   },
                  ],
                  position: (26, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (27, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Hostname of IMAP server to connect to.\n",
                    position: (28, 1),
                   },
                  ],
                  position: (27, 23),
                 },
                },
               ],
               recursive: false,
               position: (24, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "port",
               position: (31, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (31, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (32, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (32, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (32, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (33, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 993,
                  position: (33, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (34, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Port of the IMAP server to connect to.\n",
                    position: (35, 1),
                   },
                  ],
                  position: (34, 23),
                 },
                },
               ],
               recursive: false,
               position: (31, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "username",
               position: (38, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (38, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (39, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (39, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (39, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (40, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "postmaster@example.org",
                    position: (40, 20),
                   },
                  ],
                  position: (40, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (41, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Login username for the IMAP connection.\n",
                    position: (42, 1),
                   },
                  ],
                  position: (41, 23),
                 },
                },
               ],
               recursive: false,
               position: (38, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "passwordFile",
               position: (45, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (45, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (46, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (46, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (46, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (47, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "/run/secrets/dovecot_pw",
                    position: (47, 20),
                   },
                  ],
                  position: (47, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (48, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "File containing the login password for the IMAP connection.\n",
                    position: (49, 1),
                   },
                  ],
                  position: (48, 23),
                 },
                },
               ],
               recursive: false,
               position: (45, 31),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (23, 12),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "folders",
            position: (53, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "inbox",
               position: (54, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (54, 15),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (55, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (55, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (55, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (56, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "INBOX",
                    position: (56, 20),
                   },
                  ],
                  position: (56, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (57, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "IMAP mailbox that is checked for incoming DMARC aggregate reports\n",
                    position: (58, 1),
                   },
                  ],
                  position: (57, 23),
                 },
                },
               ],
               recursive: false,
               position: (54, 24),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "done",
               position: (61, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (61, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (62, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (62, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (62, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (63, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Archive",
                    position: (63, 20),
                   },
                  ],
                  position: (63, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (64, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "IMAP mailbox that successfully processed reports are moved to.\n",
                    position: (65, 1),
                   },
                  ],
                  position: (64, 23),
                 },
                },
               ],
               recursive: false,
               position: (61, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "error",
               position: (68, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (68, 15),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (69, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (69, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (69, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (70, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Invalid",
                    position: (70, 20),
                   },
                  ],
                  position: (70, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (71, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "IMAP mailbox that emails are moved to that could not be processed.\n",
                    position: (72, 1),
                   },
                  ],
                  position: (71, 23),
                 },
                },
               ],
               recursive: false,
               position: (68, 24),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (53, 15),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "pollIntervalSeconds",
            position: (76, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (76, 27),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (77, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (77, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "ints",
                  position: (77, 20),
                 },
                 Raw {
                  content: "unsigned",
                  position: (77, 25),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (78, 7),
                },
               ],
              },
              to: Int {
               value: 60,
               position: (78, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (79, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "How often to poll the IMAP server in seconds.\n",
                 position: (80, 1),
                },
               ],
               position: (79, 21),
              },
             },
            ],
            recursive: false,
            position: (76, 36),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "deduplicationMaxSeconds",
            position: (83, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (83, 31),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (84, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (84, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "ints",
                  position: (84, 20),
                 },
                 Raw {
                  content: "unsigned",
                  position: (84, 25),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (85, 7),
                },
               ],
              },
              to: Int {
               value: 604800,
               position: (85, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (86, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "7 days (in seconds)",
                 position: (86, 22),
                },
               ],
               position: (86, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (87, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "How long individual report IDs will be remembered to avoid\ncounting double delivered reports twice.\n",
                 position: (88, 1),
                },
               ],
               position: (87, 21),
              },
             },
            ],
            recursive: false,
            position: (83, 40),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "debug",
            position: (92, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (92, 13),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (93, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (93, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (93, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (94, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (94, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (95, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether to declare enable <literal>--debug</literal>.\n",
                 position: (96, 1),
                },
               ],
               position: (95, 21),
              },
             },
            ],
            recursive: false,
            position: (92, 22),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (22, 15),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "serviceOpts",
         position: (100, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "path",
            position: (101, 5),
           },
          ],
         },
         to: With {
          expression: Variable {
           identifier: "pkgs",
           position: (101, 17),
          },
          target: List {
           elements: [
            Variable {
             identifier: "envsubst",
             position: (101, 25),
            },
            Variable {
             identifier: "coreutils",
             position: (101, 34),
            },
           ],
           position: (101, 23),
          },
          position: (101, 12),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "serviceConfig",
            position: (102, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "StateDirectory",
               position: (103, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "prometheus-dmarc-exporter",
               position: (103, 25),
              },
             ],
             position: (103, 24),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "WorkingDirectory",
               position: (104, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "/var/lib/prometheus-dmarc-exporter",
               position: (104, 27),
              },
             ],
             position: (104, 26),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "ExecStart",
               position: (105, 7),
              },
             ],
            },
            to: String {
             parts: [
              Expression {
               expression: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (105, 22),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "writeShellScript",
                    position: (105, 27),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "setup-cfg",
                    position: (105, 45),
                   },
                  ],
                  position: (105, 44),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "export IMAP_PASSWORD=\"$(<",
                    position: (106, 1),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (106, 36),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "imap",
                        position: (106, 40),
                       },
                       Raw {
                        content: "passwordFile",
                        position: (106, 45),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: ")\"\nenvsubst \\\n  -i ",
                    position: (106, 58),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (108, 16),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "writeText",
                         position: (108, 21),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "dmarc-exporter.json.template",
                         position: (108, 32),
                        },
                       ],
                       position: (108, 31),
                      },
                      Variable {
                       identifier: "json",
                       position: (108, 62),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \\\n  -o ",
                    position: (108, 67),
                   },
                   Raw {
                    content: "$",
                    position: (109, 14),
                   },
                   Raw {
                    content: "{STATE_DIRECTORY}/dmarc-exporter.json\n\nexec ",
                    position: (109, 17),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (111, 16),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "prometheus-dmarc-exporter",
                        position: (111, 21),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/prometheus-dmarc-exporter \\\n  --configuration /var/lib/prometheus-dmarc-exporter/dmarc-exporter.json \\\n  ",
                    position: (111, 47),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "optionalString",
                      position: (113, 13),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (113, 28),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "debug",
                          position: (113, 32),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "--debug",
                         position: (113, 39),
                        },
                       ],
                       position: (113, 38),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\n",
                    position: (113, 48),
                   },
                  ],
                  position: (105, 56),
                 },
                ],
               },
              },
             ],
             position: (105, 19),
            },
           },
          ],
          recursive: false,
          position: (102, 21),
         },
        },
       ],
       recursive: false,
       position: (100, 17),
      },
     },
    ],
    recursive: false,
    position: (20, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}