---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "options",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "utils",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "gcfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 10),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 17),
        },
        Raw {
         content: "tarsnap",
         position: (6, 26),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "opt",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (7, 17),
        },
        Raw {
         content: "tarsnap",
         position: (7, 26),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configFile",
        position: (9, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "cfg",
       },
       definition: String {
        parts: [
         Raw {
          content: "keyfile ",
          position: (10, 1),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (10, 15),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "keyfile",
              position: (10, 19),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n",
          position: (10, 27),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (11, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (11, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "cachedir",
                   position: (11, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (11, 39),
               },
              ],
              position: (11, 36),
             },
             position: (11, 22),
            },
            String {
             parts: [
              Raw {
               content: "cachedir ",
               position: (11, 46),
              },
              Expression {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (11, 57),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "cachedir",
                   position: (11, 61),
                  },
                 ],
                },
                default: None,
               },
              },
             ],
             position: (11, 45),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (11, 72),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (12, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (12, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "nodump",
                position: (12, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "nodump",
               position: (12, 34),
              },
             ],
             position: (12, 33),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (12, 42),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (13, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (13, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "printStats",
                position: (13, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "print-stats",
               position: (13, 38),
              },
             ],
             position: (13, 37),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (13, 51),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (14, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (14, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "printStats",
                position: (14, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "humanize-numbers",
               position: (14, 38),
              },
             ],
             position: (14, 37),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (14, 56),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (15, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (15, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "checkpointBytes",
                   position: (15, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (15, 46),
               },
              ],
              position: (15, 43),
             },
             position: (15, 22),
            },
            Parentheses {
             expression: BinaryOperation {
              operator: Addition,
              operands: [
               String {
                parts: [
                 Raw {
                  content: "checkpoint-bytes ",
                  position: (15, 54),
                 },
                ],
                position: (15, 53),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (15, 73),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "checkpointBytes",
                   position: (15, 77),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (15, 72),
             },
             position: (15, 52),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (15, 94),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (16, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (16, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "aggressiveNetworking",
                position: (16, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "aggressive-networking",
               position: (16, 48),
              },
             ],
             position: (16, 47),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (16, 71),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "concatStringsSep",
            position: (17, 7),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
               position: (17, 25),
              },
             ],
             position: (17, 24),
            },
            Parentheses {
             expression: FunctionApplication {
              function: Variable {
               identifier: "map",
               position: (17, 30),
              },
              arguments: [
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "v",
                 },
                 definition: String {
                  parts: [
                   Raw {
                    content: "exclude ",
                    position: (17, 39),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "v",
                     position: (17, 49),
                    },
                   },
                  ],
                  position: (17, 38),
                 },
                 position: (17, 35),
                },
                position: (17, 34),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (17, 54),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "excludes",
                   position: (17, 58),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
             position: (17, 29),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (17, 68),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "concatStringsSep",
            position: (18, 7),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
               position: (18, 25),
              },
             ],
             position: (18, 24),
            },
            Parentheses {
             expression: FunctionApplication {
              function: Variable {
               identifier: "map",
               position: (18, 30),
              },
              arguments: [
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "v",
                 },
                 definition: String {
                  parts: [
                   Raw {
                    content: "include ",
                    position: (18, 39),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "v",
                     position: (18, 49),
                    },
                   },
                  ],
                  position: (18, 38),
                 },
                 position: (18, 35),
                },
                position: (18, 34),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (18, 54),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "includes",
                   position: (18, 58),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
             position: (18, 29),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (18, 68),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (19, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (19, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "lowmem",
                position: (19, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "lowmem",
               position: (19, 34),
              },
             ],
             position: (19, 33),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (19, 42),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (20, 7),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (20, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "verylowmem",
                position: (20, 26),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "verylowmem",
               position: (20, 38),
              },
             ],
             position: (20, 37),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (20, 50),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (21, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (21, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "maxbw",
                   position: (21, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (21, 36),
               },
              ],
              position: (21, 33),
             },
             position: (21, 22),
            },
            String {
             parts: [
              Raw {
               content: "maxbw ",
               position: (21, 43),
              },
              Expression {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "toString",
                 position: (21, 51),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (21, 60),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "maxbw",
                     position: (21, 64),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              },
             ],
             position: (21, 42),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (21, 72),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (22, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (22, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "maxbwRateUp",
                   position: (22, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (22, 42),
               },
              ],
              position: (22, 39),
             },
             position: (22, 22),
            },
            String {
             parts: [
              Raw {
               content: "maxbw-rate-up ",
               position: (22, 49),
              },
              Expression {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "toString",
                 position: (22, 65),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (22, 74),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "maxbwRateUp",
                     position: (22, 78),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              },
             ],
             position: (22, 48),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (22, 92),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (23, 7),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (23, 23),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "maxbwRateDown",
                   position: (23, 27),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (23, 44),
               },
              ],
              position: (23, 41),
             },
             position: (23, 22),
            },
            String {
             parts: [
              Raw {
               content: "maxbw-rate-down ",
               position: (23, 51),
              },
              Expression {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "toString",
                 position: (23, 69),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (23, 78),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "maxbwRateDown",
                     position: (23, 82),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              },
             ],
             position: (23, 50),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (23, 98),
         },
        ],
        position: (9, 27),
       },
       position: (9, 22),
      },
      position: (9, 16),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (27, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (28, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (28, 31),
               },
              ],
              position: (28, 30),
             },
             String {
              parts: [
               Raw {
                content: "tarsnap",
                position: (28, 42),
               },
              ],
              position: (28, 41),
             },
             String {
              parts: [
               Raw {
                content: "cachedir",
                position: (28, 52),
               },
              ],
              position: (28, 51),
             },
            ],
            position: (28, 28),
           },
           String {
            parts: [
             Raw {
              content: "Use services.tarsnap.archives.<name>.cachedir",
              position: (28, 65),
             },
            ],
            position: (28, 64),
           },
          ],
         },
         position: (28, 5),
        },
       ],
       position: (27, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (31, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (32, 5),
           },
           Raw {
            content: "tarsnap",
            position: (32, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (33, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (33, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "periodic tarsnap backups",
                 position: (33, 32),
                },
               ],
               position: (33, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "keyfile",
               position: (35, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (35, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (36, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (36, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (36, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (37, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "/root/tarsnap.key",
                    position: (37, 20),
                   },
                  ],
                  position: (37, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (38, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The keyfile which associates this machine with your tarsnap\naccount.\nCreate the keyfile with <command>tarsnap-keygen</command>.\n\nNote that each individual archive (specified below) may also have its\nown individual keyfile specified. Tarsnap does not allow multiple\nconcurrent backups with the same cache directory and key (starting a\nnew backup will cause another one to fail). If you have multiple\narchives specified, you should either spread out your backups to be\nfar apart, or specify a separate key for each archive. By default\nevery archive defaults to using\n<literal>\"/root/tarsnap.key\"</literal>.\n\nIt's recommended for backups that you generate a key for every archive\nusing <literal>tarsnap-keygen(1)</literal>, and then generate a\nwrite-only tarsnap key using <literal>tarsnap-keymgmt(1)</literal>,\nand keep your master key(s) for a particular machine off-site.\n\nThe keyfile name should be given as a string and not a path, to\navoid the key being copied into the Nix store.\n",
                    position: (39, 1),
                   },
                  ],
                  position: (38, 23),
                 },
                },
               ],
               recursive: false,
               position: (35, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "archives",
               position: (62, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (62, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (63, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (63, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "attrsOf",
                      position: (63, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (63, 31),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "submodule",
                         position: (63, 37),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Parentheses {
                       expression: Function {
                        argument: Destructured {
                         identifier: None,
                         arguments: [
                          DestructuredArgument {
                           identifier: "config",
                           default: None,
                          },
                          DestructuredArgument {
                           identifier: "options",
                           default: None,
                          },
                         ],
                         ellipsis: true,
                        },
                        definition: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "options",
                              position: (65, 13),
                             },
                            ],
                           },
                           to: Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "keyfile",
                                 position: (66, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (66, 25),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (67, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (67, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "str",
                                       position: (67, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (68, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "gcfg",
                                     position: (68, 27),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "keyfile",
                                       position: (68, 32),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "defaultText",
                                      position: (69, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "literalExpression",
                                     position: (69, 31),
                                    },
                                    arguments: [
                                     String {
                                      parts: [
                                       Raw {
                                        content: "config.",
                                        position: (69, 50),
                                       },
                                       Expression {
                                        expression: PropertyAccess {
                                         expression: Variable {
                                          identifier: "opt",
                                          position: (69, 59),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "keyfile",
                                            position: (69, 63),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       },
                                      ],
                                      position: (69, 49),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (70, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Set a specific keyfile for this archive. This defaults to\n<literal>\"/root/tarsnap.key\"</literal> if left unspecified.\n\nUse this option if you want to run multiple backups\nconcurrently - each archive must have a unique key. You can\ngenerate a write-only key derived from your master key (which\nis recommended) using <literal>tarsnap-keymgmt(1)</literal>.\n\nNote: every archive must have an individual master key. You\nmust generate multiple keys with\n<literal>tarsnap-keygen(1)</literal>, and then generate write\nonly keys from those.\n\nThe keyfile name should be given as a string and not a path, to\navoid the key being copied into the Nix store.\n",
                                      position: (71, 1),
                                     },
                                    ],
                                    position: (70, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (66, 34),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "cachedir",
                                 position: (89, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (89, 26),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (90, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (90, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "nullOr",
                                        position: (90, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (90, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "path",
                                         position: (90, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (91, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "/var/cache/tarsnap/",
                                      position: (91, 28),
                                     },
                                     Expression {
                                      expression: FunctionApplication {
                                       function: PropertyAccess {
                                        expression: Variable {
                                         identifier: "utils",
                                         position: (91, 49),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "escapeSystemdPath",
                                           position: (91, 55),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                       arguments: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "config",
                                          position: (91, 73),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "keyfile",
                                            position: (91, 80),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                    position: (91, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "defaultText",
                                      position: (92, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "literalExpression",
                                     position: (92, 31),
                                    },
                                    arguments: [
                                     String {
                                      parts: [
                                       Raw {
                                        content: "\"/var/cache/tarsnap/",
                                        position: (93, 1),
                                       },
                                       Raw {
                                        content: "$",
                                        position: (93, 39),
                                       },
                                       Raw {
                                        content: "{utils.escapeSystemdPath config.",
                                        position: (93, 42),
                                       },
                                       Expression {
                                        expression: PropertyAccess {
                                         expression: Variable {
                                          identifier: "options",
                                          position: (93, 76),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "keyfile",
                                            position: (93, 84),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       },
                                       Raw {
                                        content: "}\"\n",
                                        position: (93, 92),
                                       },
                                      ],
                                      position: (92, 49),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (95, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "The cache allows tarsnap to identify previously stored data\nblocks, reducing archival time and bandwidth usage.\n\nShould the cache become desynchronized or corrupted, tarsnap\nwill refuse to run until you manually rebuild the cache with\n<command>tarsnap --fsck</command>.\n\nSet to <literal>null</literal> to disable caching.\n",
                                      position: (96, 1),
                                     },
                                    ],
                                    position: (95, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (89, 35),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "nodump",
                                 position: (107, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (107, 24),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (108, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (108, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (108, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (109, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "true",
                                    position: (109, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (110, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Exclude files with the <literal>nodump</literal> flag.\n",
                                      position: (111, 1),
                                     },
                                    ],
                                    position: (110, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (107, 33),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "printStats",
                                 position: (115, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (115, 28),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (116, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (116, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (116, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (117, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "true",
                                    position: (117, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (118, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Print global archive statistics upon completion.\nThe output is available via\n<command>systemctl status tarsnap-archive-name</command>.\n",
                                      position: (119, 1),
                                     },
                                    ],
                                    position: (118, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (115, 37),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "checkpointBytes",
                                 position: (125, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (125, 33),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (126, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (126, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "nullOr",
                                        position: (126, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (126, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "str",
                                         position: (126, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (127, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "1GB",
                                      position: (127, 28),
                                     },
                                    ],
                                    position: (127, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (128, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Create a checkpoint every <literal>checkpointBytes</literal>\nof uploaded data (optionally specified using an SI prefix).\n\n1GB is the minimum value. A higher value is recommended,\nas checkpointing is expensive.\n\nSet to <literal>null</literal> to disable checkpointing.\n",
                                      position: (129, 1),
                                     },
                                    ],
                                    position: (128, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (125, 42),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "period",
                                 position: (139, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (139, 24),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (140, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (140, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "str",
                                       position: (140, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (141, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "01:15",
                                      position: (141, 28),
                                     },
                                    ],
                                    position: (141, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "example",
                                      position: (142, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "hourly",
                                      position: (142, 28),
                                     },
                                    ],
                                    position: (142, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (143, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Create archive at this interval.\n\nThe format is described in\n<citerefentry><refentrytitle>systemd.time</refentrytitle>\n<manvolnum>7</manvolnum></citerefentry>.\n",
                                      position: (144, 1),
                                     },
                                    ],
                                    position: (143, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (139, 33),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "aggressiveNetworking",
                                 position: (152, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (152, 38),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (153, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (153, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (153, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (154, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (154, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (155, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Upload data over multiple TCP connections, potentially\nincreasing tarsnap's bandwidth utilisation at the cost\nof slowing down all other network traffic. Not\nrecommended unless TCP congestion is the dominant\nlimiting factor.\n",
                                      position: (156, 1),
                                     },
                                    ],
                                    position: (155, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (152, 47),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "directories",
                                 position: (164, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (164, 29),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (165, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (165, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "listOf",
                                        position: (165, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (165, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "path",
                                         position: (165, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (166, 17),
                                     },
                                    ],
                                   },
                                   to: List {
                                    elements: [],
                                    position: (166, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (167, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "List of filesystem paths to archive.",
                                      position: (167, 32),
                                     },
                                    ],
                                    position: (167, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (164, 38),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "excludes",
                                 position: (170, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (170, 26),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (171, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (171, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "listOf",
                                        position: (171, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (171, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "str",
                                         position: (171, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (172, 17),
                                     },
                                    ],
                                   },
                                   to: List {
                                    elements: [],
                                    position: (172, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (173, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Exclude files and directories matching these patterns.\n",
                                      position: (174, 1),
                                     },
                                    ],
                                    position: (173, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (170, 35),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "includes",
                                 position: (178, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (178, 26),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (179, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (179, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "listOf",
                                        position: (179, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (179, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "str",
                                         position: (179, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (180, 17),
                                     },
                                    ],
                                   },
                                   to: List {
                                    elements: [],
                                    position: (180, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (181, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Include only files and directories matching these\npatterns (the empty list includes everything).\n\nExclusions have precedence over inclusions.\n",
                                      position: (182, 1),
                                     },
                                    ],
                                    position: (181, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (178, 35),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "lowmem",
                                 position: (189, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (189, 24),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (190, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (190, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (190, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (191, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (191, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (192, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Reduce memory consumption by not caching small files.\nPossibly beneficial if the average file size is smaller\nthan 1 MB and the number of files is lower than the\ntotal amount of RAM in KB.\n",
                                      position: (193, 1),
                                     },
                                    ],
                                    position: (192, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (189, 33),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "verylowmem",
                                 position: (200, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (200, 28),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (201, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (201, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (201, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (202, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (202, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (203, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Reduce memory consumption by a factor of 2 beyond what\n<literal>lowmem</literal> does, at the cost of significantly\nslowing down the archiving process.\n",
                                      position: (204, 1),
                                     },
                                    ],
                                    position: (203, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (200, 37),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "maxbw",
                                 position: (210, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (210, 23),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (211, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (211, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "nullOr",
                                        position: (211, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (211, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "int",
                                         position: (211, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (212, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "null",
                                    position: (212, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (213, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Abort archival if upstream bandwidth usage in bytes\nexceeds this threshold.\n",
                                      position: (214, 1),
                                     },
                                    ],
                                    position: (213, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (210, 32),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "maxbwRateUp",
                                 position: (219, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (219, 29),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (220, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (220, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "nullOr",
                                        position: (220, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (220, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "int",
                                         position: (220, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (221, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "null",
                                    position: (221, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "example",
                                      position: (222, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "literalExpression",
                                     position: (222, 27),
                                    },
                                    arguments: [
                                     String {
                                      parts: [
                                       Raw {
                                        content: "25 * 1000",
                                        position: (222, 46),
                                       },
                                      ],
                                      position: (222, 45),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (223, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Upload bandwidth rate limit in bytes.\n",
                                      position: (224, 1),
                                     },
                                    ],
                                    position: (223, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (219, 38),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "maxbwRateDown",
                                 position: (228, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (228, 31),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (229, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (229, 24),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "nullOr",
                                        position: (229, 30),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "types",
                                       position: (229, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "int",
                                         position: (229, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (230, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "null",
                                    position: (230, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "example",
                                      position: (231, 17),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "literalExpression",
                                     position: (231, 27),
                                    },
                                    arguments: [
                                     String {
                                      parts: [
                                       Raw {
                                        content: "50 * 1000",
                                        position: (231, 46),
                                       },
                                      ],
                                      position: (231, 45),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (232, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Download bandwidth rate limit in bytes.\n",
                                      position: (233, 1),
                                     },
                                    ],
                                    position: (232, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (228, 40),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "verbose",
                                 position: (237, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (237, 25),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (238, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (238, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (238, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (239, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (239, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (240, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Whether to produce verbose logging output.\n",
                                      position: (241, 1),
                                     },
                                    ],
                                    position: (240, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (237, 34),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "explicitSymlinks",
                                 position: (244, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (244, 34),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (245, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (245, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (245, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (246, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (246, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (247, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Whether to follow symlinks specified as archives.\n",
                                      position: (248, 1),
                                     },
                                    ],
                                    position: (247, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (244, 43),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "followSymlinks",
                                 position: (251, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkOption",
                                position: (251, 32),
                               },
                               arguments: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "type",
                                      position: (252, 17),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (252, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "bool",
                                       position: (252, 30),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "default",
                                      position: (253, 17),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (253, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (254, 17),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "Whether to follow all symlinks in archive trees.\n",
                                      position: (255, 1),
                                     },
                                    ],
                                    position: (254, 31),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (251, 41),
                                },
                               ],
                              },
                             },
                            ],
                            recursive: false,
                            position: (65, 23),
                           },
                          },
                         ],
                         recursive: false,
                         position: (64, 11),
                        },
                        position: (63, 48),
                       },
                       position: (63, 47),
                      },
                     ],
                    },
                    position: (63, 30),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (262, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (262, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (264, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (264, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "{\n  nixos =\n    { directories = [ \"/home\" \"/root/ssl\" ];\n    };\n\n  gamedata =\n    { directories = [ \"/var/lib/minecraft\" ];\n      period      = \"*:30\";\n    };\n}\n",
                      position: (265, 1),
                     },
                    ],
                    position: (264, 37),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (277, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Tarsnap archive configurations. Each attribute names an archive\nto be created at a given time interval, according to the options\nassociated with it. When uploading to the tarsnap server,\narchive names are suffixed by a 1 second resolution timestamp,\nwith the format <literal>%Y%m%d%H%M%S</literal>.\n\nFor each member of the set is created a timer which triggers the\ninstanced <literal>tarsnap-archive-name</literal> service unit. You may use\n<command>systemctl start tarsnap-archive-name</command> to\nmanually trigger creation of <literal>archive-name</literal> at\nany time.\n",
                    position: (278, 1),
                   },
                  ],
                  position: (277, 23),
                 },
                },
               ],
               recursive: false,
               position: (62, 27),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (32, 24),
         },
        },
       ],
       recursive: false,
       position: (31, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (294, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (294, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "gcfg",
          position: (294, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (294, 22),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "assertions",
              position: (295, 5),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrsToList",
                position: (296, 8),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "cfg",
                   },
                   definition: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "assertion",
                         position: (297, 11),
                        },
                       ],
                      },
                      to: BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (297, 23),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "directories",
                            position: (297, 27),
                           },
                          ],
                         },
                         default: None,
                        },
                        List {
                         elements: [],
                         position: (297, 42),
                        },
                       ],
                       position: (297, 39),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "message",
                         position: (298, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "Must specify paths for tarsnap to back up",
                         position: (298, 22),
                        },
                       ],
                       position: (298, 21),
                      },
                     },
                    ],
                    recursive: false,
                    position: (297, 9),
                   },
                   position: (296, 30),
                  },
                  position: (296, 24),
                 },
                 position: (296, 23),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "gcfg",
                  position: (299, 12),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "archives",
                    position: (299, 17),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (296, 7),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrsToList",
                position: (300, 8),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "cfg",
                   },
                   definition: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "assertion",
                         position: (301, 11),
                        },
                       ],
                      },
                      to: UnaryOperation {
                       operator: Not,
                       operand: Parentheses {
                        expression: BinaryOperation {
                         operator: LogicalAnd,
                         operands: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (301, 25),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "lowmem",
                              position: (301, 29),
                             },
                            ],
                           },
                           default: None,
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (301, 39),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "verylowmem",
                              position: (301, 43),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                         position: (301, 36),
                        },
                        position: (301, 24),
                       },
                       position: (301, 23),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "message",
                         position: (302, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "You cannot set both lowmem and verylowmem",
                         position: (302, 22),
                        },
                       ],
                       position: (302, 21),
                      },
                     },
                    ],
                    recursive: false,
                    position: (301, 9),
                   },
                   position: (300, 30),
                  },
                  position: (300, 24),
                 },
                 position: (300, 23),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "gcfg",
                  position: (303, 12),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "archives",
                    position: (303, 17),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (300, 7),
             },
            ],
            position: (299, 27),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (305, 5),
             },
             Raw {
              content: "services",
              position: (305, 13),
             },
            ],
           },
           to: BinaryOperation {
            operator: Update,
            operands: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (306, 8),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "cfg",
                   },
                   definition: FunctionApplication {
                    function: Variable {
                     identifier: "nameValuePair",
                     position: (306, 30),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "tarsnap-",
                        position: (306, 45),
                       },
                       Expression {
                        expression: Variable {
                         identifier: "name",
                         position: (306, 55),
                        },
                       },
                      ],
                      position: (306, 44),
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "description",
                           position: (307, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "Tarsnap archive '",
                           position: (307, 24),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "name",
                            position: (307, 43),
                           },
                          },
                          Raw {
                           content: "'",
                           position: (307, 48),
                          },
                         ],
                         position: (307, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "requires",
                           position: (308, 9),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "network-online.target",
                             position: (308, 26),
                            },
                           ],
                           position: (308, 25),
                          },
                         ],
                         position: (308, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "after",
                           position: (309, 9),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "network-online.target",
                             position: (309, 26),
                            },
                           ],
                           position: (309, 25),
                          },
                         ],
                         position: (309, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "path",
                           position: (311, 9),
                          },
                         ],
                        },
                        to: With {
                         expression: Variable {
                          identifier: "pkgs",
                          position: (311, 21),
                         },
                         target: List {
                          elements: [
                           Variable {
                            identifier: "iputils",
                            position: (311, 29),
                           },
                           Variable {
                            identifier: "tarsnap",
                            position: (311, 37),
                           },
                           Variable {
                            identifier: "util-linux",
                            position: (311, 45),
                           },
                          ],
                          position: (311, 27),
                         },
                         position: (311, 16),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "preStart",
                           position: (317, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "while ! ping -4 -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done\n",
                           position: (318, 1),
                          },
                         ],
                         position: (317, 20),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "script",
                           position: (321, 9),
                          },
                         ],
                        },
                        to: LetIn {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "tarsnap",
                              position: (322, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "tarsnap --configfile \"/etc/tarsnap/",
                              position: (322, 23),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "name",
                               position: (322, 60),
                              },
                             },
                             Raw {
                              content: ".conf\"",
                              position: (322, 65),
                             },
                            ],
                            position: (322, 21),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "run",
                              position: (323, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Expression {
                              expression: Variable {
                               identifier: "tarsnap",
                               position: (323, 21),
                              },
                             },
                             Raw {
                              content: " -c -f \"",
                              position: (323, 29),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "name",
                               position: (323, 39),
                              },
                             },
                             Raw {
                              content: "-$(date +\"%Y%m%d%H%M%S\")\" \\\n                       ",
                              position: (323, 44),
                             },
                             Expression {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "optionalString",
                                position: (324, 27),
                               },
                               arguments: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (324, 42),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "verbose",
                                    position: (324, 46),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "-v",
                                   position: (324, 55),
                                  },
                                 ],
                                 position: (324, 54),
                                },
                               ],
                              },
                             },
                             Raw {
                              content: " \\\n                       ",
                              position: (324, 59),
                             },
                             Expression {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "optionalString",
                                position: (325, 27),
                               },
                               arguments: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (325, 42),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "explicitSymlinks",
                                    position: (325, 46),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "-H",
                                   position: (325, 64),
                                  },
                                 ],
                                 position: (325, 63),
                                },
                               ],
                              },
                             },
                             Raw {
                              content: " \\\n                       ",
                              position: (325, 68),
                             },
                             Expression {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "optionalString",
                                position: (326, 27),
                               },
                               arguments: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (326, 42),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "followSymlinks",
                                    position: (326, 46),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "-L",
                                   position: (326, 62),
                                  },
                                 ],
                                 position: (326, 61),
                                },
                               ],
                              },
                             },
                             Raw {
                              content: " \\\n                       ",
                              position: (326, 66),
                             },
                             Expression {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "concatStringsSep",
                                position: (327, 27),
                               },
                               arguments: [
                                String {
                                 parts: [
                                  Raw {
                                   content: " ",
                                   position: (327, 45),
                                  },
                                 ],
                                 position: (327, 44),
                                },
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (327, 48),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "directories",
                                    position: (327, 52),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                              },
                             },
                            ],
                            position: (323, 17),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "cachedir",
                              position: (328, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "escapeShellArg",
                             position: (328, 22),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (328, 37),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "cachedir",
                                 position: (328, 41),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                         ],
                         target: IfThenElse {
                          predicate: Parentheses {
                           expression: BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (329, 18),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "cachedir",
                                 position: (329, 22),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (329, 34),
                             },
                            ],
                            position: (329, 31),
                           },
                           position: (329, 17),
                          },
                          then: String {
                           parts: [
                            Raw {
                             content: "mkdir -p ",
                             position: (330, 1),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (330, 24),
                             },
                            },
                            Raw {
                             content: "\nchmod 0700 ",
                             position: (330, 33),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (331, 26),
                             },
                            },
                            Raw {
                             content: "\n\n( flock 9\n  if [ ! -e ",
                             position: (331, 35),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (334, 27),
                             },
                            },
                            Raw {
                             content: "/firstrun ]; then\n    ( flock 10\n      flock -u 9\n      ",
                             position: (334, 36),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "tarsnap",
                              position: (337, 21),
                             },
                            },
                            Raw {
                             content: " --fsck\n      flock 9\n    ) 10>",
                             position: (337, 29),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (339, 24),
                             },
                            },
                            Raw {
                             content: "/firstrun\n  fi\n) 9>",
                             position: (339, 33),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (341, 19),
                             },
                            },
                            Raw {
                             content: "/lockf\n\n exec flock ",
                             position: (341, 28),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (343, 27),
                             },
                            },
                            Raw {
                             content: "/firstrun ",
                             position: (343, 36),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "run",
                              position: (343, 48),
                             },
                            },
                            Raw {
                             content: "\n",
                             position: (343, 52),
                            },
                           ],
                           position: (329, 45),
                          },
                          else_: String {
                           parts: [
                            Raw {
                             content: "exec ",
                             position: (344, 20),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "run",
                              position: (344, 27),
                             },
                            },
                           ],
                           position: (344, 19),
                          },
                          position: (329, 14),
                         },
                         position: (321, 18),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "serviceConfig",
                           position: (346, 9),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "Type",
                              position: (347, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "oneshot",
                              position: (347, 19),
                             },
                            ],
                            position: (347, 18),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "IOSchedulingClass",
                              position: (348, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "idle",
                              position: (348, 32),
                             },
                            ],
                            position: (348, 31),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "NoNewPrivileges",
                              position: (349, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "true",
                              position: (349, 30),
                             },
                            ],
                            position: (349, 29),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "CapabilityBoundingSet",
                              position: (350, 11),
                             },
                            ],
                           },
                           to: List {
                            elements: [
                             String {
                              parts: [
                               Raw {
                                content: "CAP_DAC_READ_SEARCH",
                                position: (350, 38),
                               },
                              ],
                              position: (350, 37),
                             },
                            ],
                            position: (350, 35),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "PermissionsStartOnly",
                              position: (351, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "true",
                              position: (351, 35),
                             },
                            ],
                            position: (351, 34),
                           },
                          },
                         ],
                         recursive: false,
                         position: (346, 25),
                        },
                       },
                      ],
                      recursive: false,
                      position: (306, 62),
                     },
                    ],
                   },
                   position: (306, 25),
                  },
                  position: (306, 19),
                 },
                 position: (306, 18),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "gcfg",
                  position: (353, 10),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "archives",
                    position: (353, 15),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (306, 7),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (355, 8),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "cfg",
                   },
                   definition: FunctionApplication {
                    function: Variable {
                     identifier: "nameValuePair",
                     position: (355, 30),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "tarsnap-restore-",
                        position: (355, 45),
                       },
                       Expression {
                        expression: Variable {
                         identifier: "name",
                         position: (355, 63),
                        },
                       },
                      ],
                      position: (355, 44),
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "description",
                           position: (356, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "Tarsnap restore '",
                           position: (356, 24),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "name",
                            position: (356, 43),
                           },
                          },
                          Raw {
                           content: "'",
                           position: (356, 48),
                          },
                         ],
                         position: (356, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "requires",
                           position: (357, 9),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "network-online.target",
                             position: (357, 26),
                            },
                           ],
                           position: (357, 25),
                          },
                         ],
                         position: (357, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "path",
                           position: (359, 9),
                          },
                         ],
                        },
                        to: With {
                         expression: Variable {
                          identifier: "pkgs",
                          position: (359, 21),
                         },
                         target: List {
                          elements: [
                           Variable {
                            identifier: "iputils",
                            position: (359, 29),
                           },
                           Variable {
                            identifier: "tarsnap",
                            position: (359, 37),
                           },
                           Variable {
                            identifier: "util-linux",
                            position: (359, 45),
                           },
                          ],
                          position: (359, 27),
                         },
                         position: (359, 16),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "script",
                           position: (361, 9),
                          },
                         ],
                        },
                        to: LetIn {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "tarsnap",
                              position: (362, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "tarsnap --configfile \"/etc/tarsnap/",
                              position: (362, 23),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "name",
                               position: (362, 60),
                              },
                             },
                             Raw {
                              content: ".conf\"",
                              position: (362, 65),
                             },
                            ],
                            position: (362, 21),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "lastArchive",
                              position: (363, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "$(",
                              position: (363, 26),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "tarsnap",
                               position: (363, 30),
                              },
                             },
                             Raw {
                              content: " --list-archives | sort | tail -1)",
                              position: (363, 38),
                             },
                            ],
                            position: (363, 25),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "run",
                              position: (364, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Expression {
                              expression: Variable {
                               identifier: "tarsnap",
                               position: (364, 21),
                              },
                             },
                             Raw {
                              content: " -x -f \"",
                              position: (364, 29),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "lastArchive",
                               position: (364, 39),
                              },
                             },
                             Raw {
                              content: "\" ",
                              position: (364, 51),
                             },
                             Expression {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "optionalString",
                                position: (364, 55),
                               },
                               arguments: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (364, 70),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "verbose",
                                    position: (364, 74),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "-v",
                                   position: (364, 83),
                                  },
                                 ],
                                 position: (364, 82),
                                },
                               ],
                              },
                             },
                            ],
                            position: (364, 17),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "cachedir",
                              position: (365, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "escapeShellArg",
                             position: (365, 22),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (365, 37),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "cachedir",
                                 position: (365, 41),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                         ],
                         target: IfThenElse {
                          predicate: Parentheses {
                           expression: BinaryOperation {
                            operator: NotEqualTo,
                            operands: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (367, 16),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "cachedir",
                                 position: (367, 20),
                                },
                               ],
                              },
                              default: None,
                             },
                             Variable {
                              identifier: "null",
                              position: (367, 32),
                             },
                            ],
                            position: (367, 29),
                           },
                           position: (367, 15),
                          },
                          then: String {
                           parts: [
                            Raw {
                             content: "mkdir -p ",
                             position: (368, 1),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (368, 22),
                             },
                            },
                            Raw {
                             content: "\nchmod 0700 ",
                             position: (368, 31),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (369, 24),
                             },
                            },
                            Raw {
                             content: "\n\n( flock 9\n  if [ ! -e ",
                             position: (369, 33),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (372, 25),
                             },
                            },
                            Raw {
                             content: "/firstrun ]; then\n    ( flock 10\n      flock -u 9\n      ",
                             position: (372, 34),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "tarsnap",
                              position: (375, 19),
                             },
                            },
                            Raw {
                             content: " --fsck\n      flock 9\n    ) 10>",
                             position: (375, 27),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (377, 22),
                             },
                            },
                            Raw {
                             content: "/firstrun\n  fi\n) 9>",
                             position: (377, 31),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (379, 17),
                             },
                            },
                            Raw {
                             content: "/lockf\n\n exec flock ",
                             position: (379, 26),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "cachedir",
                              position: (381, 25),
                             },
                            },
                            Raw {
                             content: "/firstrun ",
                             position: (381, 34),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "run",
                              position: (381, 46),
                             },
                            },
                            Raw {
                             content: "\n",
                             position: (381, 50),
                            },
                           ],
                           position: (367, 43),
                          },
                          else_: String {
                           parts: [
                            Raw {
                             content: "exec ",
                             position: (382, 18),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "run",
                              position: (382, 25),
                             },
                            },
                           ],
                           position: (382, 17),
                          },
                          position: (367, 12),
                         },
                         position: (361, 18),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "serviceConfig",
                           position: (384, 9),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "Type",
                              position: (385, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "oneshot",
                              position: (385, 19),
                             },
                            ],
                            position: (385, 18),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "IOSchedulingClass",
                              position: (386, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "idle",
                              position: (386, 32),
                             },
                            ],
                            position: (386, 31),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "NoNewPrivileges",
                              position: (387, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "true",
                              position: (387, 30),
                             },
                            ],
                            position: (387, 29),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "CapabilityBoundingSet",
                              position: (388, 11),
                             },
                            ],
                           },
                           to: List {
                            elements: [
                             String {
                              parts: [
                               Raw {
                                content: "CAP_DAC_READ_SEARCH",
                                position: (388, 38),
                               },
                              ],
                              position: (388, 37),
                             },
                            ],
                            position: (388, 35),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "PermissionsStartOnly",
                              position: (389, 11),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "true",
                              position: (389, 35),
                             },
                            ],
                            position: (389, 34),
                           },
                          },
                         ],
                         recursive: false,
                         position: (384, 25),
                        },
                       },
                      ],
                      recursive: false,
                      position: (355, 69),
                     },
                    ],
                   },
                   position: (355, 25),
                  },
                  position: (355, 19),
                 },
                 position: (355, 18),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "gcfg",
                  position: (391, 10),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "archives",
                    position: (391, 15),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (355, 7),
             },
            ],
            position: (353, 25),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (395, 5),
             },
             Raw {
              content: "timers",
              position: (395, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (395, 22),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "cfg",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (395, 44),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "tarsnap-",
                     position: (395, 59),
                    },
                    Expression {
                     expression: Variable {
                      identifier: "name",
                      position: (395, 69),
                     },
                    },
                   ],
                   position: (395, 58),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "timerConfig",
                        position: (396, 9),
                       },
                       Raw {
                        content: "OnCalendar",
                        position: (396, 21),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (396, 34),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "period",
                         position: (396, 38),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "timerConfig",
                        position: (397, 9),
                       },
                       Raw {
                        content: "Persistent",
                        position: (397, 21),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "true",
                        position: (397, 35),
                       },
                      ],
                      position: (397, 34),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "wantedBy",
                        position: (398, 9),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "timers.target",
                          position: (398, 23),
                         },
                        ],
                        position: (398, 22),
                       },
                      ],
                      position: (398, 20),
                     },
                    },
                   ],
                   recursive: false,
                   position: (396, 7),
                  },
                 ],
                },
                position: (395, 39),
               },
               position: (395, 33),
              },
              position: (395, 32),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "gcfg",
               position: (399, 10),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "archives",
                 position: (399, 15),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (401, 5),
             },
             Raw {
              content: "etc",
              position: (401, 17),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (402, 7),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "cfg",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (402, 29),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "tarsnap/",
                     position: (402, 44),
                    },
                    Expression {
                     expression: Variable {
                      identifier: "name",
                      position: (402, 54),
                     },
                    },
                    Raw {
                     content: ".conf",
                     position: (402, 59),
                    },
                   ],
                   position: (402, 43),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "text",
                        position: (403, 11),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "configFile",
                       position: (403, 18),
                      },
                      arguments: [
                       Variable {
                        identifier: "name",
                        position: (403, 29),
                       },
                       Variable {
                        identifier: "cfg",
                        position: (403, 34),
                       },
                      ],
                     },
                    },
                   ],
                   recursive: false,
                   position: (403, 9),
                  },
                 ],
                },
                position: (402, 24),
               },
               position: (402, 18),
              },
              position: (402, 17),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "gcfg",
               position: (404, 12),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "archives",
                 position: (404, 17),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (406, 5),
             },
             Raw {
              content: "systemPackages",
              position: (406, 17),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (406, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "tarsnap",
                 position: (406, 41),
                },
               ],
              },
              default: None,
             },
            ],
            position: (406, 34),
           },
          },
         ],
         recursive: false,
         position: (294, 29),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (26, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}