Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "gogs",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 29,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "opt",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "options",
             span: Span {
              start: Position {
               line: 7,
               column: 9,
              },
              end: Position {
               line: 7,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 17,
               },
               end: Position {
                line: 7,
                column: 25,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "gogs",
              span: Span {
               start: Position {
                line: 7,
                column: 26,
               },
               end: Position {
                line: 7,
                column: 30,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 8,
                 column: 16,
                },
                end: Position {
                 line: 8,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 21,
                 },
                 end: Position {
                  line: 8,
                  column: 30,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "app.ini",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 32,
                  },
                  end: Position {
                   line: 8,
                   column: 39,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 31,
               },
               end: Position {
                line: 8,
                column: 40,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "APP_NAME = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 9,
                   column: 16,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 18,
                      },
                      end: Position {
                       line: 9,
                       column: 21,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "appName",
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 22,
                       },
                       end: Position {
                        line: 9,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nRUN_USER = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 10,
                   column: 16,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 18,
                      },
                      end: Position {
                       line: 10,
                       column: 21,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 22,
                       },
                       end: Position {
                        line: 10,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nRUN_MODE = prod\n\n[database]\nDB_TYPE = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 14,
                   column: 15,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 17,
                      },
                      end: Position {
                       line: 14,
                       column: 20,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 21,
                       },
                       end: Position {
                        line: 14,
                        column: 29,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "type",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 30,
                       },
                       end: Position {
                        line: 14,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nHOST = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 15,
                   column: 12,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 14,
                      },
                      end: Position {
                       line: 15,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 18,
                       },
                       end: Position {
                        line: 15,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "host",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 27,
                       },
                       end: Position {
                        line: 15,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: ":",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 15,
                   column: 33,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "toString",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 35,
                      },
                      end: Position {
                       line: 15,
                       column: 43,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 44,
                         },
                         end: Position {
                          line: 15,
                          column: 47,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "database",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 48,
                          },
                          end: Position {
                           line: 15,
                           column: 56,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "port",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 57,
                          },
                          end: Position {
                           line: 15,
                           column: 61,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nNAME = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 16,
                   column: 12,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 14,
                      },
                      end: Position {
                       line: 16,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 18,
                       },
                       end: Position {
                        line: 16,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "name",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 27,
                       },
                       end: Position {
                        line: 16,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nUSER = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 17,
                   column: 12,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 14,
                      },
                      end: Position {
                       line: 17,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 18,
                       },
                       end: Position {
                        line: 17,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 27,
                       },
                       end: Position {
                        line: 17,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nPASSWD = #dbpass#\nPATH = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 19,
                   column: 12,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 19,
                       column: 14,
                      },
                      end: Position {
                       line: 19,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 18,
                       },
                       end: Position {
                        line: 19,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "path",
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 27,
                       },
                       end: Position {
                        line: 19,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n\n[repository]\nROOT = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 22,
                   column: 12,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 22,
                       column: 14,
                      },
                      end: Position {
                       line: 22,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "repositoryRoot",
                      span: Span {
                       start: Position {
                        line: 22,
                        column: 18,
                       },
                       end: Position {
                        line: 22,
                        column: 32,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n\n[server]\nDOMAIN = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 25,
                   column: 14,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 25,
                       column: 16,
                      },
                      end: Position {
                       line: 25,
                       column: 19,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "domain",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 20,
                       },
                       end: Position {
                        line: 25,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nHTTP_ADDR = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 26,
                   column: 17,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 19,
                      },
                      end: Position {
                       line: 26,
                       column: 22,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "httpAddress",
                      span: Span {
                       start: Position {
                        line: 26,
                        column: 23,
                       },
                       end: Position {
                        line: 26,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nHTTP_PORT = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 27,
                   column: 17,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "toString",
                     span: Span {
                      start: Position {
                       line: 27,
                       column: 19,
                      },
                      end: Position {
                       line: 27,
                       column: 27,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 27,
                          column: 28,
                         },
                         end: Position {
                          line: 27,
                          column: 31,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "httpPort",
                         span: Span {
                          start: Position {
                           line: 27,
                           column: 32,
                          },
                          end: Position {
                           line: 27,
                           column: 40,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\nROOT_URL = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 28,
                   column: 16,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 18,
                      },
                      end: Position {
                       line: 28,
                       column: 21,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "rootUrl",
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 22,
                       },
                       end: Position {
                        line: 28,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n\n[session]\nCOOKIE_NAME = session\nCOOKIE_SECURE = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 32,
                   column: 21,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "boolToString",
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 23,
                      },
                      end: Position {
                       line: 32,
                       column: 35,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 36,
                         },
                         end: Position {
                          line: 32,
                          column: 39,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "cookieSecure",
                         span: Span {
                          start: Position {
                           line: 32,
                           column: 40,
                          },
                          end: Position {
                           line: 32,
                           column: 52,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n\n[security]\nSECRET_KEY = #secretkey#\nINSTALL_LOCK = true\n\n[log]\nROOT_PATH = ",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 39,
                   column: 17,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 39,
                       column: 19,
                      },
                      end: Position {
                       line: 39,
                       column: 22,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "stateDir",
                      span: Span {
                       start: Position {
                        line: 39,
                        column: 23,
                       },
                       end: Position {
                        line: 39,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/log\n\n",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 41,
                   column: 5,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 7,
                      },
                      end: Position {
                       line: 41,
                       column: 10,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "extraConfig",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 11,
                       },
                       end: Position {
                        line: 41,
                        column: 22,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 1,
                  },
                  end: Position {
                   line: 42,
                   column: 3,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 41,
               },
               end: Position {
                line: 42,
                column: 5,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 46,
                column: 3,
               },
               end: Position {
                line: 46,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 47,
                     column: 5,
                    },
                    end: Position {
                     line: 47,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "gogs",
                   span: Span {
                    start: Position {
                     line: 47,
                     column: 14,
                    },
                    end: Position {
                     line: 47,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 48,
                          column: 7,
                         },
                         end: Position {
                          line: 48,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 48,
                           column: 16,
                          },
                          end: Position {
                           line: 48,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 19,
                                },
                                end: Position {
                                 line: 49,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 50,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 50,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 50,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 50,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 50,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Enable Go Git Service.",
                                     span: Span {
                                      start: Position {
                                       line: 51,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 51,
                                       column: 56,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 57,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 48,
                            column: 25,
                           },
                           end: Position {
                            line: 52,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "useWizard",
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 7,
                         },
                         end: Position {
                          line: 54,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 54,
                           column: 19,
                          },
                          end: Position {
                           line: 54,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 19,
                                },
                                end: Position {
                                 line: 55,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 56,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 56,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 56,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 56,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 56,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 56,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 57,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 57,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 57,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 57,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Do not generate a configuration and use Gogs' installation wizard instead. The first registered user will be administrator.",
                                     span: Span {
                                      start: Position {
                                       line: 57,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 57,
                                       column: 157,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 57,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 158,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 28,
                           },
                           end: Position {
                            line: 58,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "stateDir",
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 7,
                         },
                         end: Position {
                          line: 60,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 60,
                           column: 18,
                          },
                          end: Position {
                           line: 60,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/gogs",
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 61,
                                 column: 19,
                                },
                                end: Position {
                                 line: 61,
                                 column: 34,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 62,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 62,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 62,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 62,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 63,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 63,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 63,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 63,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Gogs data directory.",
                                     span: Span {
                                      start: Position {
                                       line: 63,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 63,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 27,
                           },
                           end: Position {
                            line: 64,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 66,
                          column: 7,
                         },
                         end: Position {
                          line: 66,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 66,
                           column: 14,
                          },
                          end: Position {
                           line: 66,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 67,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 67,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "gogs",
                                  span: Span {
                                   start: Position {
                                    line: 68,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 68,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 68,
                                 column: 19,
                                },
                                end: Position {
                                 line: 68,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 69,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 69,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 69,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 69,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User account under which Gogs runs.",
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 69,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 69,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 66,
                            column: 23,
                           },
                           end: Position {
                            line: 70,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 72,
                          column: 7,
                         },
                         end: Position {
                          line: 72,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 72,
                           column: 15,
                          },
                          end: Position {
                           line: 72,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 73,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 73,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 73,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 73,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "gogs",
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 74,
                                 column: 19,
                                },
                                end: Position {
                                 line: 74,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 75,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 75,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 75,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 75,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Group account under which Gogs runs.",
                                     span: Span {
                                      start: Position {
                                       line: 75,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 75,
                                       column: 70,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 75,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 75,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 72,
                            column: 24,
                           },
                           end: Position {
                            line: 76,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "database",
                        span: Span {
                         start: Position {
                          line: 78,
                          column: 7,
                         },
                         end: Position {
                          line: 78,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 9,
                              },
                              end: Position {
                               line: 79,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 79,
                                column: 16,
                               },
                               end: Position {
                                line: 79,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 80,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 80,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 80,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 80,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "enum",
                                         span: Span {
                                          start: Position {
                                           line: 80,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 80,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     List(
                                      List {
                                       elements: [
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "sqlite3",
                                             span: Span {
                                              start: Position {
                                               line: 80,
                                               column: 32,
                                              },
                                              end: Position {
                                               line: 80,
                                               column: 39,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 80,
                                            column: 31,
                                           },
                                           end: Position {
                                            line: 80,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "mysql",
                                             span: Span {
                                              start: Position {
                                               line: 80,
                                               column: 42,
                                              },
                                              end: Position {
                                               line: 80,
                                               column: 47,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 80,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 80,
                                            column: 48,
                                           },
                                          },
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "postgres",
                                             span: Span {
                                              start: Position {
                                               line: 80,
                                               column: 50,
                                              },
                                              end: Position {
                                               line: 80,
                                               column: 58,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 80,
                                            column: 49,
                                           },
                                           end: Position {
                                            line: 80,
                                            column: 59,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 80,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 80,
                                         column: 61,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "example",
                                     span: Span {
                                      start: Position {
                                       line: 81,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 81,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "mysql",
                                       span: Span {
                                        start: Position {
                                         line: 81,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 81,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 81,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 81,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 82,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 82,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "sqlite3",
                                       span: Span {
                                        start: Position {
                                         line: 82,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 82,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 82,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 82,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 83,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 83,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 83,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 83,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 83,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 83,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Database engine to use.",
                                          span: Span {
                                           start: Position {
                                            line: 83,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 83,
                                            column: 59,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 83,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 83,
                                         column: 60,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 79,
                                 column: 25,
                                },
                                end: Position {
                                 line: 84,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "host",
                             span: Span {
                              start: Position {
                               line: 86,
                               column: 9,
                              },
                              end: Position {
                               line: 86,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 86,
                                column: 16,
                               },
                               end: Position {
                                line: 86,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 87,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 87,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 87,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 87,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 87,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 87,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 88,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "127.0.0.1",
                                       span: Span {
                                        start: Position {
                                         line: 88,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 88,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 88,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 88,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 89,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 89,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 89,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 89,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 89,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 89,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Database host address.",
                                          span: Span {
                                           start: Position {
                                            line: 89,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 89,
                                            column: 58,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 89,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 89,
                                         column: 59,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 86,
                                 column: 25,
                                },
                                end: Position {
                                 line: 90,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "port",
                             span: Span {
                              start: Position {
                               line: 92,
                               column: 9,
                              },
                              end: Position {
                               line: 92,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 92,
                                column: 16,
                               },
                               end: Position {
                                line: 92,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 93,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 93,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 93,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "int",
                                       span: Span {
                                        start: Position {
                                         line: 93,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 93,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 94,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 94,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "3306",
                                    span: Span {
                                     start: Position {
                                      line: 94,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 94,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 95,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 95,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 95,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 95,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Database host port.",
                                          span: Span {
                                           start: Position {
                                            line: 95,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 95,
                                            column: 55,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 95,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 95,
                                         column: 56,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 25,
                                },
                                end: Position {
                                 line: 96,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "name",
                             span: Span {
                              start: Position {
                               line: 98,
                               column: 9,
                              },
                              end: Position {
                               line: 98,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 98,
                                column: 16,
                               },
                               end: Position {
                                line: 98,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 99,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 99,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 99,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 99,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 99,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 99,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 100,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 100,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "gogs",
                                       span: Span {
                                        start: Position {
                                         line: 100,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 100,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 100,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 100,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 101,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 101,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 101,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 101,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 101,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 101,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Database name.",
                                          span: Span {
                                           start: Position {
                                            line: 101,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 101,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 101,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 101,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 25,
                                },
                                end: Position {
                                 line: 102,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 104,
                               column: 9,
                              },
                              end: Position {
                               line: 104,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 104,
                                column: 16,
                               },
                               end: Position {
                                line: 104,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 105,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 105,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 105,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 105,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 105,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 105,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 106,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 106,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "gogs",
                                       span: Span {
                                        start: Position {
                                         line: 106,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 106,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 106,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 106,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 107,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 107,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 107,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 107,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 107,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 107,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Database user.",
                                          span: Span {
                                           start: Position {
                                            line: 107,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 107,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 107,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 107,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 104,
                                 column: 25,
                                },
                                end: Position {
                                 line: 108,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "password",
                             span: Span {
                              start: Position {
                               line: 110,
                               column: 9,
                              },
                              end: Position {
                               line: 110,
                               column: 17,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 110,
                                column: 20,
                               },
                               end: Position {
                                line: 110,
                                column: 28,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 111,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 111,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 111,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 111,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 111,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 111,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 112,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 112,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [],
                                    span: Span {
                                     start: Position {
                                      line: 112,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 112,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 113,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 113,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 113,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 113,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 113,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 113,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "The password corresponding to {option}`database.user`.\nWarning: this is stored in cleartext in the Nix store!\nUse {option}`database.passwordFile` instead.\n",
                                          span: Span {
                                           start: Position {
                                            line: 114,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 117,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 113,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 117,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 110,
                                 column: 29,
                                },
                                end: Position {
                                 line: 118,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "passwordFile",
                             span: Span {
                              start: Position {
                               line: 120,
                               column: 9,
                              },
                              end: Position {
                               line: 120,
                               column: 21,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 120,
                                column: 24,
                               },
                               end: Position {
                                line: 120,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 121,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 121,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 121,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 121,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "nullOr",
                                         span: Span {
                                          start: Position {
                                           line: 121,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 121,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "types",
                                         span: Span {
                                          start: Position {
                                           line: 121,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 121,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 121,
                                            column: 37,
                                           },
                                           end: Position {
                                            line: 121,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 122,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 122,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "null",
                                    span: Span {
                                     start: Position {
                                      line: 122,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 122,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "example",
                                     span: Span {
                                      start: Position {
                                       line: 123,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 123,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "/run/keys/gogs-dbpassword",
                                       span: Span {
                                        start: Position {
                                         line: 123,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 123,
                                         column: 47,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 48,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 124,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 124,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 124,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 124,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 124,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "A file containing the password corresponding to\n{option}`database.user`.\n",
                                          span: Span {
                                           start: Position {
                                            line: 125,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 127,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 124,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 127,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 120,
                                 column: 33,
                                },
                                end: Position {
                                 line: 128,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 130,
                               column: 9,
                              },
                              end: Position {
                               line: 130,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 130,
                                column: 16,
                               },
                               end: Position {
                                line: 130,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 131,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 131,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 131,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 131,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 131,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 131,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 132,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 132,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 132,
                                             column: 24,
                                            },
                                            end: Position {
                                             line: 132,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "stateDir",
                                            span: Span {
                                             start: Position {
                                              line: 132,
                                              column: 28,
                                             },
                                             end: Position {
                                              line: 132,
                                              column: 36,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "/data/gogs.db",
                                       span: Span {
                                        start: Position {
                                         line: 132,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 132,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 51,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "defaultText",
                                     span: Span {
                                      start: Position {
                                       line: 133,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 133,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "literalExpression",
                                      span: Span {
                                       start: Position {
                                        line: 133,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 133,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "\"",
                                          span: Span {
                                           start: Position {
                                            line: 133,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 133,
                                            column: 46,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "$",
                                          span: Span {
                                           start: Position {
                                            line: 133,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 133,
                                            column: 49,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "{config.",
                                          span: Span {
                                           start: Position {
                                            line: 133,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 133,
                                            column: 57,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "opt",
                                              span: Span {
                                               start: Position {
                                                line: 133,
                                                column: 59,
                                               },
                                               end: Position {
                                                line: 133,
                                                column: 62,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "stateDir",
                                               span: Span {
                                                start: Position {
                                                 line: 133,
                                                 column: 63,
                                                },
                                                end: Position {
                                                 line: 133,
                                                 column: 71,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "}/data/gogs.db\"",
                                          span: Span {
                                           start: Position {
                                            line: 133,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 133,
                                            column: 87,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 133,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 133,
                                         column: 89,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 134,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 134,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 134,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 134,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Path to the sqlite3 database file.",
                                          span: Span {
                                           start: Position {
                                            line: 134,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 134,
                                            column: 70,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 134,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 134,
                                         column: 71,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 130,
                                 column: 25,
                                },
                                end: Position {
                                 line: 135,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 78,
                         column: 18,
                        },
                        end: Position {
                         line: 136,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "appName",
                        span: Span {
                         start: Position {
                          line: 138,
                          column: 7,
                         },
                         end: Position {
                          line: 138,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 138,
                           column: 17,
                          },
                          end: Position {
                           line: 138,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 139,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 139,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 139,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 139,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 139,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 139,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 140,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 140,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Gogs: Go Git Service",
                                  span: Span {
                                   start: Position {
                                    line: 140,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 140,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 140,
                                 column: 19,
                                },
                                end: Position {
                                 line: 140,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 141,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 141,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Application name.",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 138,
                            column: 26,
                           },
                           end: Position {
                            line: 142,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "repositoryRoot",
                        span: Span {
                         start: Position {
                          line: 144,
                          column: 7,
                         },
                         end: Position {
                          line: 144,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 144,
                           column: 24,
                          },
                          end: Position {
                           line: 144,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 145,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 145,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 145,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 145,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 145,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 145,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 146,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 146,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 146,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "stateDir",
                                       span: Span {
                                        start: Position {
                                         line: 146,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 146,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/repositories",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 146,
                                    column: 48,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 146,
                                 column: 19,
                                },
                                end: Position {
                                 line: 146,
                                 column: 49,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 147,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 147,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 147,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 147,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "\"",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{config.",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 147,
                                           column: 57,
                                          },
                                          end: Position {
                                           line: 147,
                                           column: 60,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "stateDir",
                                          span: Span {
                                           start: Position {
                                            line: 147,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 147,
                                            column: 69,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "}/repositories\"",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 147,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 147,
                                    column: 87,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 148,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 148,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 148,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 148,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Path to the git repositories.",
                                     span: Span {
                                      start: Position {
                                       line: 148,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 148,
                                       column: 63,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 148,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 148,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 144,
                            column: 33,
                           },
                           end: Position {
                            line: 149,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "domain",
                        span: Span {
                         start: Position {
                          line: 151,
                          column: 7,
                         },
                         end: Position {
                          line: 151,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 151,
                           column: 16,
                          },
                          end: Position {
                           line: 151,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 152,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 152,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 152,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 152,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "localhost",
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 153,
                                 column: 19,
                                },
                                end: Position {
                                 line: 153,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 154,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 154,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 154,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 154,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Domain name of your server.",
                                     span: Span {
                                      start: Position {
                                       line: 154,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 154,
                                       column: 61,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 151,
                            column: 25,
                           },
                           end: Position {
                            line: 155,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rootUrl",
                        span: Span {
                         start: Position {
                          line: 157,
                          column: 7,
                         },
                         end: Position {
                          line: 157,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 157,
                           column: 17,
                          },
                          end: Position {
                           line: 157,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 158,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 158,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 158,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 158,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 158,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 159,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 159,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://localhost:3000/",
                                  span: Span {
                                   start: Position {
                                    line: 159,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 159,
                                 column: 19,
                                },
                                end: Position {
                                 line: 159,
                                 column: 43,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 160,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 160,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Full public URL of Gogs server.",
                                     span: Span {
                                      start: Position {
                                       line: 160,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 160,
                                       column: 65,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 160,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 160,
                                    column: 66,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 157,
                            column: 26,
                           },
                           end: Position {
                            line: 161,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "httpAddress",
                        span: Span {
                         start: Position {
                          line: 163,
                          column: 7,
                         },
                         end: Position {
                          line: 163,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 163,
                           column: 21,
                          },
                          end: Position {
                           line: 163,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 164,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 164,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 164,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 164,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 165,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 165,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0.0.0.0",
                                  span: Span {
                                   start: Position {
                                    line: 165,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 165,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 165,
                                 column: 19,
                                },
                                end: Position {
                                 line: 165,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 166,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 166,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "HTTP listen address.",
                                     span: Span {
                                      start: Position {
                                       line: 166,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 166,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 163,
                            column: 30,
                           },
                           end: Position {
                            line: 167,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "httpPort",
                        span: Span {
                         start: Position {
                          line: 169,
                          column: 7,
                         },
                         end: Position {
                          line: 169,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 169,
                           column: 18,
                          },
                          end: Position {
                           line: 169,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 170,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 170,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 170,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 170,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 171,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 171,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "3000",
                               span: Span {
                                start: Position {
                                 line: 171,
                                 column: 19,
                                },
                                end: Position {
                                 line: 171,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 172,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 172,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 172,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 172,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 172,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 172,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "HTTP listen port.",
                                     span: Span {
                                      start: Position {
                                       line: 172,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 172,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 172,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 172,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 169,
                            column: 27,
                           },
                           end: Position {
                            line: 173,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "cookieSecure",
                        span: Span {
                         start: Position {
                          line: 175,
                          column: 7,
                         },
                         end: Position {
                          line: 175,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 175,
                           column: 22,
                          },
                          end: Position {
                           line: 175,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 176,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 176,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 176,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 176,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 176,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 177,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 177,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 177,
                                 column: 19,
                                },
                                end: Position {
                                 line: 177,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 178,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 178,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 178,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 178,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 178,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 178,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Marks session cookies as \"secure\" as a hint for browsers to only send\nthem via HTTPS. This option is recommend, if Gogs is being served over HTTPS.\n",
                                     span: Span {
                                      start: Position {
                                       line: 179,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 181,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 178,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 181,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 175,
                            column: 31,
                           },
                           end: Position {
                            line: 182,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 184,
                          column: 7,
                         },
                         end: Position {
                          line: 184,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 184,
                           column: 21,
                          },
                          end: Position {
                           line: 184,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 185,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 185,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 185,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 185,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 185,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 186,
                                 column: 19,
                                },
                                end: Position {
                                 line: 186,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 187,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 187,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 187,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 187,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Configuration lines appended to the generated Gogs configuration file.",
                                     span: Span {
                                      start: Position {
                                       line: 187,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 187,
                                       column: 104,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 187,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 187,
                                    column: 105,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 184,
                            column: 30,
                           },
                           end: Position {
                            line: 188,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 47,
                    column: 21,
                   },
                   end: Position {
                    line: 189,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 46,
               column: 13,
              },
              end: Position {
               line: 190,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 192,
                column: 3,
               },
               end: Position {
                line: 192,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 192,
                 column: 12,
                },
                end: Position {
                 line: 192,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 192,
                    column: 17,
                   },
                   end: Position {
                    line: 192,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 192,
                     column: 21,
                    },
                    end: Position {
                     line: 192,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 5,
                       },
                       end: Position {
                        line: 194,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 13,
                       },
                       end: Position {
                        line: 194,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "gogs",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 22,
                       },
                       end: Position {
                        line: 194,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 195,
                             column: 7,
                            },
                            end: Position {
                             line: 195,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Gogs (Go Git Service)",
                             span: Span {
                              start: Position {
                               line: 195,
                               column: 22,
                              },
                              end: Position {
                               line: 195,
                               column: 43,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 195,
                            column: 21,
                           },
                           end: Position {
                            line: 195,
                            column: 44,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 196,
                             column: 7,
                            },
                            end: Position {
                             line: 196,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 196,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 196,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 196,
                               column: 17,
                              },
                              end: Position {
                               line: 196,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 196,
                            column: 15,
                           },
                           end: Position {
                            line: 196,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 197,
                             column: 7,
                            },
                            end: Position {
                             line: 197,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 197,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 197,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 197,
                               column: 20,
                              },
                              end: Position {
                               line: 197,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 197,
                            column: 18,
                           },
                           end: Position {
                            line: 197,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "path",
                           span: Span {
                            start: Position {
                             line: 198,
                             column: 7,
                            },
                            end: Position {
                             line: 198,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "pkgs",
                               span: Span {
                                start: Position {
                                 line: 198,
                                 column: 16,
                                },
                                end: Position {
                                 line: 198,
                                 column: 20,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "gogs",
                                span: Span {
                                 start: Position {
                                  line: 198,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 198,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 198,
                            column: 14,
                           },
                           end: Position {
                            line: 198,
                            column: 27,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 200,
                             column: 7,
                            },
                            end: Position {
                             line: 200,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: LetIn(
                         LetIn {
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "runConfig",
                                span: Span {
                                 start: Position {
                                  line: 201,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 201,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 201,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 201,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "stateDir",
                                       span: Span {
                                        start: Position {
                                         line: 201,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 201,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/custom/conf/app.ini",
                                  span: Span {
                                   start: Position {
                                    line: 201,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 201,
                                    column: 57,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 201,
                                 column: 21,
                                },
                                end: Position {
                                 line: 201,
                                 column: 58,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "secretKey",
                                span: Span {
                                 start: Position {
                                  line: 202,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 202,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 202,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 202,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "stateDir",
                                       span: Span {
                                        start: Position {
                                         line: 202,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 202,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/custom/conf/secret_key",
                                  span: Span {
                                   start: Position {
                                    line: 202,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 202,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 202,
                                 column: 21,
                                },
                                end: Position {
                                 line: 202,
                                 column: 61,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          target: IndentedString(
                           IndentedString {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "mkdir -p ",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 204,
                                 column: 18,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 204,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 204,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "stateDir",
                                    span: Span {
                                     start: Position {
                                      line: 204,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 204,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\n\n# copy custom configuration and generate a random secret key if needed\n",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 207,
                                 column: 9,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "optionalString",
                                   span: Span {
                                    start: Position {
                                     line: 207,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 207,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  BinaryOperation(
                                   BinaryOperation {
                                    left: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 207,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 207,
                                          column: 30,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "useWizard",
                                         span: Span {
                                          start: Position {
                                           line: 207,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 207,
                                           column: 40,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    operator: EqualTo,
                                    right: Identifier(
                                     Identifier {
                                      id: "false",
                                      span: Span {
                                       start: Position {
                                        line: 207,
                                        column: 44,
                                       },
                                       end: Position {
                                        line: 207,
                                        column: 49,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "mkdir -p ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 208,
                                         column: 20,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 208,
                                             column: 22,
                                            },
                                            end: Position {
                                             line: 208,
                                             column: 25,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "stateDir",
                                            span: Span {
                                             start: Position {
                                              line: 208,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 208,
                                              column: 34,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "/custom/conf\ncp -f ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 209,
                                         column: 17,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "configFile",
                                         span: Span {
                                          start: Position {
                                           line: 209,
                                           column: 19,
                                          },
                                          end: Position {
                                           line: 209,
                                           column: 29,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: " ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 209,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "runConfig",
                                         span: Span {
                                          start: Position {
                                           line: 209,
                                           column: 33,
                                          },
                                          end: Position {
                                           line: 209,
                                           column: 42,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\n\nif [ ! -e ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 211,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "secretKey",
                                         span: Span {
                                          start: Position {
                                           line: 211,
                                           column: 23,
                                          },
                                          end: Position {
                                           line: 211,
                                           column: 32,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: " ]; then\n    head -c 16 /dev/urandom | base64 > ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 212,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "secretKey",
                                         span: Span {
                                          start: Position {
                                           line: 212,
                                           column: 52,
                                          },
                                          end: Position {
                                           line: 212,
                                           column: 61,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\nfi\n\nKEY=$(head -n1 ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 215,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "secretKey",
                                         span: Span {
                                          start: Position {
                                           line: 215,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 215,
                                           column: 37,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: ")\nDBPASS=$(head -n1 ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 216,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 216,
                                             column: 31,
                                            },
                                            end: Position {
                                             line: 216,
                                             column: 34,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "database",
                                            span: Span {
                                             start: Position {
                                              line: 216,
                                              column: 35,
                                             },
                                             end: Position {
                                              line: 216,
                                              column: 43,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "passwordFile",
                                            span: Span {
                                             start: Position {
                                              line: 216,
                                              column: 44,
                                             },
                                             end: Position {
                                              line: 216,
                                              column: 56,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: ")\nsed -e \"s,#secretkey#,$KEY,g\" \\\n    -e \"s,#dbpass#,$DBPASS,g\" \\\n    -i ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 219,
                                         column: 18,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "runConfig",
                                         span: Span {
                                          start: Position {
                                           line: 219,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 219,
                                           column: 29,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\nchmod 440 ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 220,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "runConfig",
                                         span: Span {
                                          start: Position {
                                           line: 220,
                                           column: 23,
                                          },
                                          end: Position {
                                           line: 220,
                                           column: 32,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: " ",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 220,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "secretKey",
                                         span: Span {
                                          start: Position {
                                           line: 220,
                                           column: 36,
                                          },
                                          end: Position {
                                           line: 220,
                                           column: 45,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\n",
                                       span: Span {
                                        start: Position {
                                         line: 208,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 221,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 207,
                                      column: 51,
                                     },
                                     end: Position {
                                      line: 221,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\n\nmkdir -p ",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 223,
                                 column: 18,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 223,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 223,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "repositoryRoot",
                                    span: Span {
                                     start: Position {
                                      line: 223,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 223,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\n# update all hooks' binary paths\nHOOKS=$(find ",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 225,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 225,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 225,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "repositoryRoot",
                                    span: Span {
                                     start: Position {
                                      line: 225,
                                      column: 28,
                                     },
                                     end: Position {
                                      line: 225,
                                      column: 42,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: " -mindepth 4 -maxdepth 4 -type f -wholename \"*git/hooks/*\")\nif [ \"$HOOKS\" ]\nthen\n  sed -ri 's,/nix/store/[a-z0-9.-]+/bin/gogs,",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 228,
                                 column: 54,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "pkgs",
                                   span: Span {
                                    start: Position {
                                     line: 228,
                                     column: 56,
                                    },
                                    end: Position {
                                     line: 228,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "gogs",
                                    span: Span {
                                     start: Position {
                                      line: 228,
                                      column: 61,
                                     },
                                     end: Position {
                                      line: 228,
                                      column: 65,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/gogs,g' $HOOKS\n  sed -ri 's,/nix/store/[a-z0-9.-]+/bin/env,",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 229,
                                 column: 53,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "pkgs",
                                   span: Span {
                                    start: Position {
                                     line: 229,
                                     column: 55,
                                    },
                                    end: Position {
                                     line: 229,
                                     column: 59,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "coreutils",
                                    span: Span {
                                     start: Position {
                                      line: 229,
                                      column: 60,
                                     },
                                     end: Position {
                                      line: 229,
                                      column: 69,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/env,g' $HOOKS\n  sed -ri 's,/nix/store/[a-z0-9.-]+/bin/bash,",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 230,
                                 column: 54,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "pkgs",
                                   span: Span {
                                    start: Position {
                                     line: 230,
                                     column: 56,
                                    },
                                    end: Position {
                                     line: 230,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "bash",
                                    span: Span {
                                     start: Position {
                                      line: 230,
                                      column: 61,
                                     },
                                     end: Position {
                                      line: 230,
                                      column: 65,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/bash,g' $HOOKS\n  sed -ri 's,/nix/store/[a-z0-9.-]+/bin/perl,",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 231,
                                 column: 54,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "pkgs",
                                   span: Span {
                                    start: Position {
                                     line: 231,
                                     column: 56,
                                    },
                                    end: Position {
                                     line: 231,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "perl",
                                    span: Span {
                                     start: Position {
                                      line: 231,
                                      column: 61,
                                     },
                                     end: Position {
                                      line: 231,
                                      column: 65,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/perl,g' $HOOKS\nfi\n",
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 1,
                                },
                                end: Position {
                                 line: 233,
                                 column: 7,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 203,
                              column: 10,
                             },
                             end: Position {
                              line: 233,
                              column: 9,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 200,
                            column: 18,
                           },
                           end: Position {
                            line: 233,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 235,
                             column: 7,
                            },
                            end: Position {
                             line: 235,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 236,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 236,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "simple",
                                  span: Span {
                                   start: Position {
                                    line: 236,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 236,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 236,
                                 column: 16,
                                },
                                end: Position {
                                 line: 236,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 237,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 237,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 237,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 237,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 237,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 237,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 238,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 238,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 238,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 238,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 238,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 238,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "WorkingDirectory",
                                span: Span {
                                 start: Position {
                                  line: 239,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 239,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 239,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 239,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 239,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 239,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 240,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 240,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 240,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 240,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "gogs",
                                       span: Span {
                                        start: Position {
                                         line: 240,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 240,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/gogs web",
                                  span: Span {
                                   start: Position {
                                    line: 240,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 240,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 240,
                                 column: 21,
                                },
                                end: Position {
                                 line: 240,
                                 column: 48,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 241,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 241,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "always",
                                  span: Span {
                                   start: Position {
                                    line: 241,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 241,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 241,
                                 column: 19,
                                },
                                end: Position {
                                 line: 241,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 235,
                            column: 23,
                           },
                           end: Position {
                            line: 242,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 244,
                             column: 7,
                            },
                            end: Position {
                             line: 244,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "USER",
                                span: Span {
                                 start: Position {
                                  line: 245,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 245,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 245,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 245,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 245,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 245,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "HOME",
                                span: Span {
                                 start: Position {
                                  line: 246,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 246,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 246,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 246,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 246,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 246,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "GOGS_WORK_DIR",
                                span: Span {
                                 start: Position {
                                  line: 247,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 247,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 247,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 247,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 247,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 247,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 244,
                            column: 21,
                           },
                           end: Position {
                            line: 248,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 194,
                       column: 29,
                      },
                      end: Position {
                       line: 249,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 251,
                        column: 5,
                       },
                       end: Position {
                        line: 251,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 251,
                         column: 13,
                        },
                        end: Position {
                         line: 251,
                         column: 17,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 251,
                              column: 19,
                             },
                             end: Position {
                              line: 251,
                              column: 22,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 251,
                               column: 23,
                              },
                              end: Position {
                               line: 251,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "gogs",
                             span: Span {
                              start: Position {
                               line: 251,
                               column: 32,
                              },
                              end: Position {
                               line: 251,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 251,
                            column: 31,
                           },
                           end: Position {
                            line: 251,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "users",
                              span: Span {
                               start: Position {
                                line: 252,
                                column: 7,
                               },
                               end: Position {
                                line: 252,
                                column: 12,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gogs",
                              span: Span {
                               start: Position {
                                line: 252,
                                column: 13,
                               },
                               end: Position {
                                line: 252,
                                column: 17,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 253,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 253,
                                     column: 20,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Go Git Service",
                                     span: Span {
                                      start: Position {
                                       line: 253,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 253,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 253,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 253,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "uid",
                                   span: Span {
                                    start: Position {
                                     line: 254,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 254,
                                     column: 12,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "config",
                                    span: Span {
                                     start: Position {
                                      line: 254,
                                      column: 15,
                                     },
                                     end: Position {
                                      line: 254,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "ids",
                                     span: Span {
                                      start: Position {
                                       line: 254,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 254,
                                       column: 25,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "uids",
                                     span: Span {
                                      start: Position {
                                       line: 254,
                                       column: 26,
                                      },
                                      end: Position {
                                       line: 254,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "gogs",
                                     span: Span {
                                      start: Position {
                                       line: 254,
                                       column: 31,
                                      },
                                      end: Position {
                                       line: 254,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 255,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 255,
                                     column: 14,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "gogs",
                                     span: Span {
                                      start: Position {
                                       line: 255,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 255,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 255,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 255,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "home",
                                   span: Span {
                                    start: Position {
                                     line: 256,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 256,
                                     column: 13,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 256,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 256,
                                      column: 19,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "stateDir",
                                     span: Span {
                                      start: Position {
                                       line: 256,
                                       column: 20,
                                      },
                                      end: Position {
                                       line: 256,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "createHome",
                                   span: Span {
                                    start: Position {
                                     line: 257,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 257,
                                     column: 19,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Identifier(
                                 Identifier {
                                  id: "true",
                                  span: Span {
                                   start: Position {
                                    line: 257,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 257,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "shell",
                                   span: Span {
                                    start: Position {
                                     line: 258,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 258,
                                     column: 14,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 258,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 258,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "bash",
                                     span: Span {
                                      start: Position {
                                       line: 258,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 258,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 252,
                               column: 20,
                              },
                              end: Position {
                               line: 259,
                               column: 8,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "groups",
                              span: Span {
                               start: Position {
                                line: 260,
                                column: 7,
                               },
                               end: Position {
                                line: 260,
                                column: 13,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gogs",
                              span: Span {
                               start: Position {
                                line: 260,
                                column: 14,
                               },
                               end: Position {
                                line: 260,
                                column: 18,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gid",
                              span: Span {
                               start: Position {
                                line: 260,
                                column: 19,
                               },
                               end: Position {
                                line: 260,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "config",
                               span: Span {
                                start: Position {
                                 line: 260,
                                 column: 25,
                                },
                                end: Position {
                                 line: 260,
                                 column: 31,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "ids",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "gids",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "gogs",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 251,
                          column: 39,
                         },
                         end: Position {
                          line: 261,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "warnings",
                      span: Span {
                       start: Position {
                        line: 263,
                        column: 5,
                       },
                       end: Position {
                        line: 263,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optional",
                       span: Span {
                        start: Position {
                         line: 263,
                         column: 16,
                        },
                        end: Position {
                         line: 263,
                         column: 24,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 263,
                              column: 26,
                             },
                             end: Position {
                              line: 263,
                              column: 29,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "database",
                             span: Span {
                              start: Position {
                               line: 263,
                               column: 30,
                              },
                              end: Position {
                               line: 263,
                               column: 38,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "password",
                             span: Span {
                              start: Position {
                               line: 263,
                               column: 39,
                              },
                              end: Position {
                               line: 263,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: NotEqualTo,
                        right: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 263,
                            column: 51,
                           },
                           end: Position {
                            line: 263,
                            column: 53,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "config.services.gogs.database.password will be stored as plaintext\n        in the Nix store. Use database.passwordFile instead.",
                           span: Span {
                            start: Position {
                             line: 264,
                             column: 9,
                            },
                            end: Position {
                             line: 265,
                             column: 61,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 264,
                          column: 7,
                         },
                         end: Position {
                          line: 265,
                          column: 63,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 268,
                        column: 5,
                       },
                       end: Position {
                        line: 268,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "gogs",
                      span: Span {
                       start: Position {
                        line: 268,
                        column: 14,
                       },
                       end: Position {
                        line: 268,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 268,
                        column: 19,
                       },
                       end: Position {
                        line: 268,
                        column: 27,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "passwordFile",
                      span: Span {
                       start: Position {
                        line: 268,
                        column: 28,
                       },
                       end: Position {
                        line: 268,
                        column: 40,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkDefault",
                       span: Span {
                        start: Position {
                         line: 269,
                         column: 8,
                        },
                        end: Position {
                         line: 269,
                         column: 17,
                        },
                       },
                      },
                     ),
                     arguments: [
                      FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 269,
                            column: 19,
                           },
                           end: Position {
                            line: 269,
                            column: 27,
                           },
                          },
                         },
                        ),
                        arguments: [
                         FunctionApplication(
                          FunctionApplication {
                           function: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "pkgs",
                               span: Span {
                                start: Position {
                                 line: 269,
                                 column: 29,
                                },
                                end: Position {
                                 line: 269,
                                 column: 33,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "writeTextFile",
                                span: Span {
                                 start: Position {
                                  line: 269,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 269,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           arguments: [
                            Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "name",
                                    span: Span {
                                     start: Position {
                                      line: 270,
                                      column: 9,
                                     },
                                     end: Position {
                                      line: 270,
                                      column: 13,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "gogs-database-password",
                                      span: Span {
                                       start: Position {
                                        line: 270,
                                        column: 17,
                                       },
                                       end: Position {
                                        line: 270,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 270,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 270,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "text",
                                    span: Span {
                                     start: Position {
                                      line: 271,
                                      column: 9,
                                     },
                                     end: Position {
                                      line: 271,
                                      column: 13,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 271,
                                       column: 16,
                                      },
                                      end: Position {
                                       line: 271,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "database",
                                      span: Span {
                                       start: Position {
                                        line: 271,
                                        column: 20,
                                       },
                                       end: Position {
                                        line: 271,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "password",
                                      span: Span {
                                       start: Position {
                                        line: 271,
                                        column: 29,
                                       },
                                       end: Position {
                                        line: 271,
                                        column: 37,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 269,
                                column: 48,
                               },
                               end: Position {
                                line: 272,
                                column: 8,
                               },
                              },
                             },
                            ),
                           ],
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 192,
                  column: 28,
                 },
                 end: Position {
                  line: 273,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 45,
          column: 1,
         },
         end: Position {
          line: 274,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 274,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 274,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 274,
    column: 2,
   },
  },
 },
)