---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "options",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (5, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (5, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (5, 16),
        },
        Raw {
         content: "sourcehut",
         position: (5, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "opt",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 17),
        },
        Raw {
         content: "sourcehut",
         position: (6, 26),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfgIni",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "cfg",
       position: (7, 12),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "settings",
         position: (7, 16),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "scfg",
        position: (8, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "cfg",
       position: (8, 10),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (8, 14),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "iniKey",
        position: (9, 3),
       },
      ],
     },
     String {
      parts: [
       Raw {
        content: "meta.sr.ht",
        position: (9, 13),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "rcfg",
        position: (11, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (11, 10),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (11, 17),
        },
        Raw {
         content: "redis",
         position: (11, 26),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "drv",
        position: (12, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (12, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "sourcehut",
         position: (12, 14),
        },
        Raw {
         content: "metasrht",
         position: (12, 24),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (15, 3),
        },
        Raw {
         content: "services",
         position: (15, 11),
        },
        Raw {
         content: "sourcehut",
         position: (15, 20),
        },
        Raw {
         content: "meta",
         position: (15, 30),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "user",
            position: (16, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (16, 12),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (17, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (17, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "str",
                  position: (17, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (18, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "metasrht",
                 position: (18, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (19, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "User for meta.sr.ht.\n",
                 position: (20, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (16, 21),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "port",
            position: (24, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (24, 12),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (25, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (25, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "port",
                  position: (25, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (26, 7),
                },
               ],
              },
              Int {
               value: 5000,
               position: (26, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (27, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Port on which the \"meta\" module should listen.\n",
                 position: (28, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (24, 21),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "database",
            position: (32, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (32, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (33, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (33, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "str",
                  position: (33, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (34, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "meta.sr.ht",
                 position: (34, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (35, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "PostgreSQL database name for meta.sr.ht.\n",
                 position: (36, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (32, 25),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "statePath",
            position: (40, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (40, 17),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (41, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (41, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "path",
                  position: (41, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (42, 7),
                },
               ],
              },
              String {
               parts: [
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (42, 20),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "statePath",
                     position: (42, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/metasrht",
                 position: (42, 34),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "defaultText",
                 position: (43, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (43, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "\"",
                   position: (43, 41),
                  },
                  Raw {
                   content: "$",
                   position: (43, 42),
                  },
                  Raw {
                   content: "{config.",
                   position: (43, 45),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "opt",
                     position: (43, 55),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "statePath",
                       position: (43, 59),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "}/metasrht\"",
                   position: (43, 69),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (44, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "State path for meta.sr.ht.\n",
                 position: (45, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (40, 26),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (15, 37),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (50, 3),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "scfg",
        position: (50, 17),
       },
       target: FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (50, 23),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkIf",
            position: (50, 27),
           },
          ],
         },
         default: None,
        },
        arguments: [
         BinaryOperation {
          operator: LogicalAnd,
          operands: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (50, 33),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (50, 37),
              },
             ],
            },
            default: None,
           },
           FunctionApplication {
            function: Variable {
             identifier: "elem",
             position: (50, 47),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "meta",
                position: (50, 53),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (50, 59),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "services",
                 position: (50, 63),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ],
          position: (50, 44),
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "assertions",
               position: (51, 5),
              },
             ],
            },
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "assertion",
                    position: (54, 11),
                   },
                  ],
                 },
                 With {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfgIni",
                    position: (54, 28),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "meta.sr.ht::billing",
                         position: (54, 36),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   default: None,
                  },
                  target: BinaryOperation {
                   operator: Implication,
                   operands: [
                    BinaryOperation {
                     operator: EqualTo,
                     operands: [
                      Variable {
                       identifier: "enabled",
                       position: (54, 58),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "yes",
                         position: (54, 70),
                        },
                       ],
                      },
                     ],
                     position: (54, 66),
                    },
                    BinaryOperation {
                     operator: LogicalAnd,
                     operands: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        Variable {
                         identifier: "stripe-public-key",
                         position: (54, 79),
                        },
                        Variable {
                         identifier: "null",
                         position: (54, 100),
                        },
                       ],
                       position: (54, 97),
                      },
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        Variable {
                         identifier: "stripe-secret-key",
                         position: (54, 108),
                        },
                        Variable {
                         identifier: "null",
                         position: (54, 129),
                        },
                       ],
                       position: (54, 126),
                      },
                     ],
                     position: (54, 105),
                    },
                   ],
                   position: (54, 75),
                  },
                  position: (54, 23),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "message",
                    position: (55, 11),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "If meta.sr.ht::billing is enabled, the keys should be defined.",
                    position: (55, 22),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (53, 9),
              },
             ],
             position: (52, 7),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "users",
               position: (59, 5),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "users",
                  position: (60, 7),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Expression {
                     expression: Variable {
                      identifier: "user",
                      position: (61, 11),
                     },
                    },
                   ],
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "isSystemUser",
                        position: (62, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "true",
                      position: (62, 26),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "group",
                        position: (63, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "user",
                      position: (63, 19),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (64, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "meta.sr.ht user",
                        position: (64, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (61, 19),
                  },
                 ),
                ],
                recursive: false,
                position: (60, 15),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "groups",
                  position: (68, 7),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Expression {
                     expression: String {
                      parts: [
                       Expression {
                        expression: Variable {
                         identifier: "user",
                         position: (69, 12),
                        },
                       },
                      ],
                     },
                    },
                   ],
                  },
                  Map {
                   bindings: [],
                   recursive: false,
                   position: (69, 21),
                  },
                 ),
                ],
                recursive: false,
                position: (68, 16),
               },
              ),
             ],
             recursive: false,
             position: (59, 13),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "services",
               position: (73, 5),
              },
              Raw {
               content: "cron",
               position: (73, 14),
              },
              Raw {
               content: "systemCronJobs",
               position: (73, 19),
              },
             ],
            },
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "0 0 * * * ",
                 position: (73, 39),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (73, 51),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "python",
                     position: (73, 55),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/metasrht-daily",
                 position: (73, 62),
                },
               ],
              },
             ],
             position: (73, 36),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "services",
               position: (74, 5),
              },
              Raw {
               content: "postgresql",
               position: (74, 14),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "authentication",
                  position: (75, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "local ",
                  position: (76, 1),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "database",
                   position: (76, 17),
                  },
                 },
                 Raw {
                  content: " ",
                  position: (76, 26),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "user",
                   position: (76, 29),
                  },
                 },
                 Raw {
                  content: " trust\n",
                  position: (76, 34),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "ensureDatabases",
                  position: (78, 7),
                 },
                ],
               },
               List {
                elements: [
                 Variable {
                  identifier: "database",
                  position: (78, 27),
                 },
                ],
                position: (78, 25),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "ensureUsers",
                  position: (79, 7),
                 },
                ],
               },
               List {
                elements: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "name",
                       position: (81, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "user",
                     position: (81, 18),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "ensurePermissions",
                       position: (82, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Expression {
                          expression: String {
                           parts: [
                            Raw {
                             content: "DATABASE \"",
                             position: (82, 34),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "database",
                              position: (82, 47),
                             },
                            },
                            Raw {
                             content: "\"",
                             position: (82, 56),
                            },
                           ],
                          },
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "ALL PRIVILEGES",
                          position: (82, 63),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (82, 31),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (80, 9),
                 },
                ],
                position: (79, 21),
               },
              ),
             ],
             recursive: false,
             position: (74, 27),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "systemd",
               position: (87, 5),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "tmpfiles",
                  position: (88, 7),
                 },
                 Raw {
                  content: "rules",
                  position: (88, 16),
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "d ",
                    position: (89, 10),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "statePath",
                     position: (89, 14),
                    },
                   },
                   Raw {
                    content: " 0750 ",
                    position: (89, 24),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "user",
                     position: (89, 32),
                    },
                   },
                   Raw {
                    content: " ",
                    position: (89, 37),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "user",
                     position: (89, 40),
                    },
                   },
                   Raw {
                    content: " -",
                    position: (89, 45),
                   },
                  ],
                 },
                ],
                position: (88, 24),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "services",
                  position: (92, 7),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "metasrht",
                     position: (93, 9),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "import",
                    position: (93, 20),
                   },
                   arguments: [
                    Path {
                     parts: [
                      Raw {
                       content: "./service.nix",
                       position: (93, 27),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      Inherit(
                       None,
                       [
                        Raw {
                         content: "config",
                         position: (93, 51),
                        },
                        Raw {
                         content: "pkgs",
                         position: (93, 58),
                        },
                        Raw {
                         content: "lib",
                         position: (93, 63),
                        },
                       ],
                      ),
                     ],
                     recursive: false,
                     position: (93, 41),
                    },
                    Variable {
                     identifier: "scfg",
                     position: (93, 70),
                    },
                    Variable {
                     identifier: "drv",
                     position: (93, 75),
                    },
                    Variable {
                     identifier: "iniKey",
                     position: (93, 79),
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "after",
                          position: (94, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "postgresql.service",
                            position: (94, 22),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "network.target",
                            position: (94, 43),
                           },
                          ],
                         },
                        ],
                        position: (94, 19),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "requires",
                          position: (95, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "postgresql.service",
                            position: (95, 25),
                           },
                          ],
                         },
                        ],
                        position: (95, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "wantedBy",
                          position: (96, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "multi-user.target",
                            position: (96, 25),
                           },
                          ],
                         },
                        ],
                        position: (96, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "description",
                          position: (98, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "meta.sr.ht website service",
                          position: (98, 26),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "preStart",
                          position: (100, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "# Configure client(s) as \"preauthorized\"\n",
                          position: (101, 1),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "concatMapStringsSep",
                            position: (102, 15),
                           },
                           arguments: [
                            String {
                             parts: [
                              Raw {
                               content: "\n\n",
                               position: (102, 36),
                              },
                             ],
                            },
                            Function {
                             argument: Some(
                              "attr",
                             ),
                             arguments: FunctionArguments {
                              arguments: [],
                              ellipsis: false,
                             },
                             definition: String {
                              parts: [
                               Raw {
                                content: "if ! test -e \"",
                                position: (104, 1),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (104, 33),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (104, 43),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (104, 46),
                                },
                               },
                               Raw {
                                content: ".oauth\" || [ \"$(cat ",
                                position: (104, 51),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (104, 73),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (104, 83),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (104, 86),
                                },
                               },
                               Raw {
                                content: ".oauth)\" != \"",
                                position: (104, 91),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (104, 106),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (104, 116),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (104, 123),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "\" ]; then\n  # Configure ",
                                position: (104, 139),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (105, 33),
                                },
                               },
                               Raw {
                                content: "'s OAuth client as \"preauthorized\"\n  psql ",
                                position: (105, 38),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "database",
                                 position: (106, 26),
                                },
                               },
                               Raw {
                                content: " \\\n    -c \"UPDATE oauthclient SET preauthorized = true WHERE client_id = ",
                                position: (106, 35),
                               },
                               Raw {
                                content: "'",
                                position: (107, 87),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (107, 90),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (107, 100),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (107, 107),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "'\"\n\n  printf \"%s\" \"",
                                position: (107, 123),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (109, 34),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (109, 44),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (109, 51),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "\" > \"",
                                position: (109, 67),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (109, 74),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (109, 84),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (109, 87),
                                },
                               },
                               Raw {
                                content: ".oauth\"\nfi\n",
                                position: (109, 92),
                               },
                              ],
                             },
                             position: (103, 16),
                            },
                            FunctionApplication {
                             function: PropertyAccess {
                              expression: Variable {
                               identifier: "builtins",
                               position: (112, 16),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "attrNames",
                                 position: (112, 25),
                                },
                               ],
                              },
                              default: None,
                             },
                             arguments: [
                              FunctionApplication {
                               function: Variable {
                                identifier: "filterAttrs",
                                position: (112, 36),
                               },
                               arguments: [
                                Function {
                                 argument: Some(
                                  "k",
                                 ),
                                 arguments: FunctionArguments {
                                  arguments: [],
                                  ellipsis: false,
                                 },
                                 definition: Function {
                                  argument: Some(
                                   "v",
                                  ),
                                  arguments: FunctionArguments {
                                   arguments: [],
                                   ellipsis: false,
                                  },
                                  definition: BinaryOperation {
                                   operator: LogicalAnd,
                                   operands: [
                                    BinaryOperation {
                                     operator: LogicalAnd,
                                     operands: [
                                      UnaryOperation {
                                       operator: Not,
                                       operand: FunctionApplication {
                                        function: Variable {
                                         identifier: "hasInfix",
                                         position: (113, 26),
                                        },
                                        arguments: [
                                         String {
                                          parts: [
                                           Raw {
                                            content: "::",
                                            position: (113, 36),
                                           },
                                          ],
                                         },
                                         Variable {
                                          identifier: "k",
                                          position: (113, 40),
                                         },
                                        ],
                                       },
                                       position: (113, 24),
                                      },
                                      FunctionApplication {
                                       function: PropertyAccess {
                                        expression: Variable {
                                         identifier: "builtins",
                                         position: (113, 46),
                                        },
                                        attribute_path: AttributePath {
                                         attributes: [
                                          Raw {
                                           content: "hasAttr",
                                           position: (113, 55),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                       arguments: [
                                        String {
                                         parts: [
                                          Raw {
                                           content: "oauth-client-id",
                                           position: (113, 64),
                                          },
                                         ],
                                        },
                                        Variable {
                                         identifier: "v",
                                         position: (113, 81),
                                        },
                                       ],
                                      },
                                     ],
                                     position: (113, 43),
                                    },
                                    BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "v",
                                        position: (113, 86),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "oauth-client-id",
                                          position: (113, 88),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (113, 107),
                                      },
                                     ],
                                     position: (113, 104),
                                    },
                                   ],
                                   position: (113, 83),
                                  },
                                  position: (113, 21),
                                 },
                                 position: (113, 18),
                                },
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (114, 17),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "settings",
                                    position: (114, 21),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                              },
                             ],
                            },
                           ],
                          },
                         },
                         Raw {
                          content: "\n",
                          position: (114, 32),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "serviceConfig",
                          position: (117, 11),
                         },
                         Raw {
                          content: "ExecStart",
                          position: (117, 25),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (117, 40),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "python",
                              position: (117, 44),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/bin/gunicorn ",
                          position: (117, 51),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "drv",
                            position: (117, 67),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "pname",
                              position: (117, 71),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: ".app:app -b ",
                          position: (117, 77),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (117, 91),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "address",
                              position: (117, 95),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: ":",
                          position: (117, 103),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "toString",
                            position: (117, 106),
                           },
                           arguments: [
                            Variable {
                             identifier: "port",
                             position: (117, 115),
                            },
                           ],
                          },
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (93, 86),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "metasrht-api",
                     position: (120, 9),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "import",
                    position: (120, 24),
                   },
                   arguments: [
                    Path {
                     parts: [
                      Raw {
                       content: "./service.nix",
                       position: (120, 31),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      Inherit(
                       None,
                       [
                        Raw {
                         content: "config",
                         position: (120, 55),
                        },
                        Raw {
                         content: "pkgs",
                         position: (120, 62),
                        },
                        Raw {
                         content: "lib",
                         position: (120, 67),
                        },
                       ],
                      ),
                     ],
                     recursive: false,
                     position: (120, 45),
                    },
                    Variable {
                     identifier: "scfg",
                     position: (120, 74),
                    },
                    Variable {
                     identifier: "drv",
                     position: (120, 79),
                    },
                    Variable {
                     identifier: "iniKey",
                     position: (120, 83),
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "after",
                          position: (121, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "postgresql.service",
                            position: (121, 22),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "network.target",
                            position: (121, 43),
                           },
                          ],
                         },
                        ],
                        position: (121, 19),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "requires",
                          position: (122, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "postgresql.service",
                            position: (122, 25),
                           },
                          ],
                         },
                        ],
                        position: (122, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "wantedBy",
                          position: (123, 11),
                         },
                        ],
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "multi-user.target",
                            position: (123, 25),
                           },
                          ],
                         },
                        ],
                        position: (123, 22),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "description",
                          position: (125, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "meta.sr.ht api service",
                          position: (125, 26),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "preStart",
                          position: (127, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "# Configure client(s) as \"preauthorized\"\n",
                          position: (128, 1),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "concatMapStringsSep",
                            position: (129, 15),
                           },
                           arguments: [
                            String {
                             parts: [
                              Raw {
                               content: "\n\n",
                               position: (129, 36),
                              },
                             ],
                            },
                            Function {
                             argument: Some(
                              "attr",
                             ),
                             arguments: FunctionArguments {
                              arguments: [],
                              ellipsis: false,
                             },
                             definition: String {
                              parts: [
                               Raw {
                                content: "if ! test -e \"",
                                position: (131, 1),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (131, 33),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (131, 43),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (131, 46),
                                },
                               },
                               Raw {
                                content: ".oauth\" || [ \"$(cat ",
                                position: (131, 51),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (131, 73),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (131, 83),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (131, 86),
                                },
                               },
                               Raw {
                                content: ".oauth)\" != \"",
                                position: (131, 91),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (131, 106),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (131, 116),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (131, 123),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "\" ]; then\n  # Configure ",
                                position: (131, 139),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (132, 33),
                                },
                               },
                               Raw {
                                content: "'s OAuth client as \"preauthorized\"\n  psql ",
                                position: (132, 38),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "database",
                                 position: (133, 26),
                                },
                               },
                               Raw {
                                content: " \\\n    -c \"UPDATE oauthclient SET preauthorized = true WHERE client_id = ",
                                position: (133, 35),
                               },
                               Raw {
                                content: "'",
                                position: (134, 87),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (134, 90),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (134, 100),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (134, 107),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "'\"\n\n  printf \"%s\" \"",
                                position: (134, 123),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfgIni",
                                  position: (136, 34),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Expression {
                                    expression: String {
                                     parts: [
                                      Expression {
                                       expression: Variable {
                                        identifier: "attr",
                                        position: (136, 44),
                                       },
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: "oauth-client-id",
                                    position: (136, 51),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: "\" > \"",
                                position: (136, 67),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "statePath",
                                 position: (136, 74),
                                },
                               },
                               Raw {
                                content: "/",
                                position: (136, 84),
                               },
                               Expression {
                                expression: Variable {
                                 identifier: "attr",
                                 position: (136, 87),
                                },
                               },
                               Raw {
                                content: ".oauth\"\nfi\n",
                                position: (136, 92),
                               },
                              ],
                             },
                             position: (130, 16),
                            },
                            FunctionApplication {
                             function: PropertyAccess {
                              expression: Variable {
                               identifier: "builtins",
                               position: (139, 16),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "attrNames",
                                 position: (139, 25),
                                },
                               ],
                              },
                              default: None,
                             },
                             arguments: [
                              FunctionApplication {
                               function: Variable {
                                identifier: "filterAttrs",
                                position: (139, 36),
                               },
                               arguments: [
                                Function {
                                 argument: Some(
                                  "k",
                                 ),
                                 arguments: FunctionArguments {
                                  arguments: [],
                                  ellipsis: false,
                                 },
                                 definition: Function {
                                  argument: Some(
                                   "v",
                                  ),
                                  arguments: FunctionArguments {
                                   arguments: [],
                                   ellipsis: false,
                                  },
                                  definition: BinaryOperation {
                                   operator: LogicalAnd,
                                   operands: [
                                    BinaryOperation {
                                     operator: LogicalAnd,
                                     operands: [
                                      UnaryOperation {
                                       operator: Not,
                                       operand: FunctionApplication {
                                        function: Variable {
                                         identifier: "hasInfix",
                                         position: (140, 26),
                                        },
                                        arguments: [
                                         String {
                                          parts: [
                                           Raw {
                                            content: "::",
                                            position: (140, 36),
                                           },
                                          ],
                                         },
                                         Variable {
                                          identifier: "k",
                                          position: (140, 40),
                                         },
                                        ],
                                       },
                                       position: (140, 24),
                                      },
                                      FunctionApplication {
                                       function: PropertyAccess {
                                        expression: Variable {
                                         identifier: "builtins",
                                         position: (140, 46),
                                        },
                                        attribute_path: AttributePath {
                                         attributes: [
                                          Raw {
                                           content: "hasAttr",
                                           position: (140, 55),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                       arguments: [
                                        String {
                                         parts: [
                                          Raw {
                                           content: "oauth-client-id",
                                           position: (140, 64),
                                          },
                                         ],
                                        },
                                        Variable {
                                         identifier: "v",
                                         position: (140, 81),
                                        },
                                       ],
                                      },
                                     ],
                                     position: (140, 43),
                                    },
                                    BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "v",
                                        position: (140, 86),
                                       },
                                       attribute_path: AttributePath {
                                        attributes: [
                                         Raw {
                                          content: "oauth-client-id",
                                          position: (140, 88),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (140, 107),
                                      },
                                     ],
                                     position: (140, 104),
                                    },
                                   ],
                                   position: (140, 83),
                                  },
                                  position: (140, 21),
                                 },
                                 position: (140, 18),
                                },
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (141, 17),
                                 },
                                 attribute_path: AttributePath {
                                  attributes: [
                                   Raw {
                                    content: "settings",
                                    position: (141, 21),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                              },
                             ],
                            },
                           ],
                          },
                         },
                         Raw {
                          content: "\n",
                          position: (141, 32),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "serviceConfig",
                          position: (144, 11),
                         },
                         Raw {
                          content: "ExecStart",
                          position: (144, 25),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "pkgs",
                            position: (144, 40),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "sourcehut",
                              position: (144, 45),
                             },
                             Raw {
                              content: "metasrht",
                              position: (144, 55),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/bin/metasrht-api -b :",
                          position: (144, 64),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "toString",
                            position: (144, 88),
                           },
                           arguments: [
                            BinaryOperation {
                             operator: Addition,
                             operands: [
                              Variable {
                               identifier: "port",
                               position: (144, 98),
                              },
                              Int {
                               value: 100,
                               position: (144, 105),
                              },
                             ],
                             position: (144, 103),
                            },
                           ],
                          },
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (120, 90),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "metasrht-webhooks",
                     position: (147, 9),
                    },
                   ],
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "after",
                        position: (148, 11),
                       },
                      ],
                     },
                     List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "postgresql.service",
                          position: (148, 22),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "network.target",
                          position: (148, 43),
                         },
                        ],
                       },
                      ],
                      position: (148, 19),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "requires",
                        position: (149, 11),
                       },
                      ],
                     },
                     List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "postgresql.service",
                          position: (149, 25),
                         },
                        ],
                       },
                      ],
                      position: (149, 22),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "wantedBy",
                        position: (150, 11),
                       },
                      ],
                     },
                     List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "multi-user.target",
                          position: (150, 25),
                         },
                        ],
                       },
                      ],
                      position: (150, 22),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (152, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "meta.sr.ht webhooks service",
                        position: (152, 26),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "serviceConfig",
                        position: (153, 11),
                       },
                      ],
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "Type",
                           position: (154, 13),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "simple",
                           position: (154, 21),
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "User",
                           position: (155, 13),
                          },
                         ],
                        },
                        Variable {
                         identifier: "user",
                         position: (155, 20),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "Restart",
                           position: (156, 13),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "always",
                           position: (156, 24),
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "ExecStart",
                           position: (157, 13),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (157, 28),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "python",
                               position: (157, 32),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/bin/celery -A ",
                           position: (157, 39),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "drv",
                             position: (157, 56),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "pname",
                               position: (157, 60),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: ".webhooks worker --loglevel=info",
                           position: (157, 66),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (153, 27),
                     },
                    ),
                   ],
                   recursive: false,
                   position: (147, 29),
                  },
                 ),
                ],
                recursive: false,
                position: (92, 18),
               },
              ),
             ],
             recursive: false,
             position: (87, 15),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "services",
               position: (164, 5),
              },
              Raw {
               content: "sourcehut",
               position: (164, 14),
              },
              Raw {
               content: "settings",
               position: (164, 24),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (166, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "origin",
                  position: (166, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (166, 29),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "https://meta.",
                    position: (166, 40),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (166, 55),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "originBase",
                        position: (166, 59),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (168, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "debug-host",
                  position: (168, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (168, 33),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "0.0.0.0",
                    position: (168, 44),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (169, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "debug-port",
                  position: (169, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (169, 33),
                },
                arguments: [
                 Variable {
                  identifier: "port",
                  position: (169, 43),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (171, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "connection-string",
                  position: (171, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (171, 40),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "postgresql:///",
                    position: (171, 51),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "database",
                     position: (171, 67),
                    },
                   },
                   Raw {
                    content: "?user=",
                    position: (171, 76),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "user",
                     position: (171, 84),
                    },
                   },
                   Raw {
                    content: "&host=/var/run/postgresql",
                    position: (171, 89),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (173, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "migrate-on-upgrade",
                  position: (173, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (173, 41),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "yes",
                    position: (173, 52),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (177, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "welcome-emails",
                  position: (177, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (177, 37),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "no",
                    position: (177, 48),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (180, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "webhooks",
                  position: (180, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (180, 31),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "redis://",
                    position: (180, 42),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "rcfg",
                      position: (180, 52),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bind",
                        position: (180, 57),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: ":",
                    position: (180, 62),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "toString",
                      position: (180, 65),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "rcfg",
                        position: (180, 74),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "port",
                          position: (180, 79),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "/6",
                    position: (180, 84),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::settings",
                     position: (183, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "registration",
                  position: (183, 30),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (183, 45),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "no",
                    position: (183, 56),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::settings",
                     position: (185, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "onboarding-redirect",
                  position: (185, 30),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (185, 52),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "https://meta.",
                    position: (185, 63),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (185, 78),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "originBase",
                        position: (185, 82),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::settings",
                     position: (188, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "user-invites",
                  position: (188, 30),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (188, 45),
                },
                arguments: [
                 Int {
                  value: 5,
                  position: (188, 55),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht",
                     position: (191, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "api-origin",
                  position: (191, 20),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (191, 33),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "http://localhost:5100",
                    position: (191, 44),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::aliases",
                     position: (196, 8),
                    },
                   ],
                  },
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (196, 31),
                },
                arguments: [
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (196, 41),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::billing",
                     position: (200, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "enabled",
                  position: (200, 29),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (200, 39),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "no",
                    position: (200, 50),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::billing",
                     position: (202, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "stripe-public-key",
                  position: (202, 29),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (202, 49),
                },
                arguments: [
                 Variable {
                  identifier: "null",
                  position: (202, 59),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "meta.sr.ht::billing",
                     position: (203, 8),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "stripe-secret-key",
                  position: (203, 29),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (203, 49),
                },
                arguments: [
                 Variable {
                  identifier: "null",
                  position: (203, 59),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (164, 35),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "services",
               position: (206, 5),
              },
              Raw {
               content: "nginx",
               position: (206, 14),
              },
              Raw {
               content: "virtualHosts",
               position: (206, 20),
              },
              Expression {
               expression: String {
                parts: [
                 Raw {
                  content: "meta.",
                  position: (206, 34),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (206, 41),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "originBase",
                      position: (206, 45),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                ],
               },
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "forceSSL",
                  position: (207, 7),
                 },
                ],
               },
               Variable {
                identifier: "true",
                position: (207, 18),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "locations",
                  position: (208, 7),
                 },
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "/",
                     position: (208, 18),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "proxyPass",
                  position: (208, 21),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "http://",
                  position: (208, 34),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (208, 43),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "address",
                      position: (208, 47),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: ":",
                  position: (208, 55),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "toString",
                    position: (208, 58),
                   },
                   arguments: [
                    Variable {
                     identifier: "port",
                     position: (208, 67),
                    },
                   ],
                  },
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "locations",
                  position: (209, 7),
                 },
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "/query",
                     position: (209, 18),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "proxyPass",
                  position: (209, 26),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "http://",
                  position: (209, 39),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (209, 48),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "address",
                      position: (209, 52),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: ":",
                  position: (209, 60),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "toString",
                    position: (209, 63),
                   },
                   arguments: [
                    BinaryOperation {
                     operator: Addition,
                     operands: [
                      Variable {
                       identifier: "port",
                       position: (209, 73),
                      },
                      Int {
                       value: 100,
                       position: (209, 80),
                      },
                     ],
                     position: (209, 78),
                    },
                   ],
                  },
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "locations",
                  position: (210, 7),
                 },
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "/static",
                     position: (210, 18),
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "root",
                  position: (210, 27),
                 },
                ],
               },
               String {
                parts: [
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (210, 37),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "sourcehut",
                      position: (210, 42),
                     },
                     Raw {
                      content: "metasrht",
                      position: (210, 52),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "/",
                  position: (210, 61),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (210, 64),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "sourcehut",
                      position: (210, 69),
                     },
                     Raw {
                      content: "python",
                      position: (210, 79),
                     },
                     Raw {
                      content: "sitePackages",
                      position: (210, 86),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "/metasrht",
                  position: (210, 99),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (206, 60),
            },
           ),
          ],
          recursive: false,
          position: (50, 73),
         },
        ],
       },
       position: (50, 12),
      },
     ),
    ],
    recursive: false,
    position: (14, 1),
   },
   position: (4, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}