---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "security",
         position: (6, 16),
        },
        Raw {
         content: "pam",
         position: (6, 25),
        },
        Raw {
         content: "mount",
         position: (6, 29),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "anyPamMount",
        position: (8, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "any",
       position: (8, 17),
      },
      arguments: [
       FunctionApplication {
        function: Variable {
         identifier: "attrByPath",
         position: (8, 22),
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "pamMount",
              position: (8, 35),
             },
            ],
           },
          ],
          position: (8, 33),
         },
         Variable {
          identifier: "false",
          position: (8, 46),
         },
        ],
       },
       FunctionApplication {
        function: Variable {
         identifier: "attrValues",
         position: (8, 54),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "config",
           position: (8, 65),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "security",
             position: (8, 72),
            },
            Raw {
             content: "pam",
             position: (8, 81),
            },
            Raw {
             content: "services",
             position: (8, 85),
            },
           ],
          },
          default: None,
         },
        ],
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (12, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "security",
            position: (14, 5),
           },
           Raw {
            content: "pam",
            position: (14, 14),
           },
           Raw {
            content: "mount",
            position: (14, 18),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (15, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (15, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (16, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (16, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (16, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (17, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (17, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (18, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Enable PAM mount system to mount fileystems on user login.\n",
                    position: (19, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (15, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraVolumes",
               position: (23, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (23, 22),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (24, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (24, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (24, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (24, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (24, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (25, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (25, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (26, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "List of volume definitions for pam_mount.\nFor more information, visit <link\nxlink:href=\"http://pam-mount.sourceforge.net/pam_mount.conf.5.html\" />.\n",
                    position: (27, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (23, 31),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "additionalSearchPaths",
               position: (33, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (33, 31),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (34, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (34, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (34, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (34, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "package",
                       position: (34, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (35, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (35, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (36, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (36, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "[ pkgs.bindfs ]",
                      position: (36, 38),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (37, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Additional programs to include in the search path of pam_mount.\nUseful for example if you want to use some FUSE filesystems like bindfs.\n",
                    position: (38, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (33, 40),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "fuseMountOptions",
               position: (43, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (43, 26),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (44, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (44, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (44, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (44, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (44, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (45, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (45, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (46, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (46, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "[ \"nodev\" \"nosuid\" \"force-user=%(USER)\" \"gid=%(USERGID)\" \"perms=0700\" \"chmod-deny\" \"chown-deny\" \"chgrp-deny\" ]\n",
                      position: (47, 1),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (49, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Global mount options that apply to every FUSE volume.\nYou can define volume-specific options in the volume definitions.\n",
                    position: (50, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (43, 35),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (14, 26),
         },
        ),
       ],
       recursive: false,
       position: (12, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (58, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (58, 12),
       },
       arguments: [
        BinaryOperation {
         operator: LogicalOr,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (58, 18),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (58, 22),
             },
            ],
           },
           default: None,
          },
          Variable {
           identifier: "anyPamMount",
           position: (58, 32),
          },
         ],
         position: (58, 29),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (60, 5),
             },
             Raw {
              content: "systemPackages",
              position: (60, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (60, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "pam_mount",
                 position: (60, 41),
                },
               ],
              },
              default: None,
             },
            ],
            position: (60, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (61, 5),
             },
             Raw {
              content: "etc",
              position: (61, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "security/pam_mount.conf.xml",
                 position: (61, 22),
                },
               ],
              },
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "source",
                 position: (62, 7),
                },
               ],
              },
              LetIn {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "extraUserVolumes",
                    position: (64, 11),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "filterAttrs",
                   position: (64, 30),
                  },
                  arguments: [
                   Function {
                    argument: Some(
                     "n",
                    ),
                    arguments: FunctionArguments {
                     arguments: [],
                     ellipsis: false,
                    },
                    definition: Function {
                     argument: Some(
                      "u",
                     ),
                     arguments: FunctionArguments {
                      arguments: [],
                      ellipsis: false,
                     },
                     definition: BinaryOperation {
                      operator: LogicalOr,
                      operands: [
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "u",
                           position: (64, 49),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "cryptHomeLuks",
                             position: (64, 51),
                            },
                           ],
                          },
                          default: None,
                         },
                         Variable {
                          identifier: "null",
                          position: (64, 68),
                         },
                        ],
                        position: (64, 65),
                       },
                       BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "u",
                           position: (64, 76),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "pamMount",
                             position: (64, 78),
                            },
                           ],
                          },
                          default: None,
                         },
                         Map {
                          bindings: [],
                          recursive: false,
                          position: (64, 90),
                         },
                        ],
                        position: (64, 87),
                       },
                      ],
                      position: (64, 73),
                     },
                     position: (64, 46),
                    },
                    position: (64, 43),
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (64, 94),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "users",
                       position: (64, 101),
                      },
                      Raw {
                       content: "users",
                       position: (64, 107),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "mkAttr",
                    position: (65, 11),
                   },
                  ],
                 },
                 Function {
                  argument: Some(
                   "k",
                  ),
                  arguments: FunctionArguments {
                   arguments: [],
                   ellipsis: false,
                  },
                  definition: Function {
                   argument: Some(
                    "v",
                   ),
                   arguments: FunctionArguments {
                    arguments: [],
                    ellipsis: false,
                   },
                   definition: String {
                    parts: [
                     Expression {
                      expression: Variable {
                       identifier: "k",
                       position: (65, 30),
                      },
                     },
                     Raw {
                      content: "=\"",
                      position: (65, 32),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "v",
                       position: (65, 36),
                      },
                     },
                     Raw {
                      content: "\"",
                      position: (65, 38),
                     },
                    ],
                   },
                   position: (65, 23),
                  },
                  position: (65, 20),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "userVolumeEntry",
                    position: (66, 11),
                   },
                  ],
                 },
                 Function {
                  argument: Some(
                   "user",
                  ),
                  arguments: FunctionArguments {
                   arguments: [],
                   ellipsis: false,
                  },
                  definition: LetIn {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "attrs",
                        position: (67, 13),
                       },
                      ],
                     },
                     BinaryOperation {
                      operator: Update,
                      operands: [
                       Map {
                        bindings: [
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "user",
                             position: (68, 15),
                            },
                           ],
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "user",
                            position: (68, 22),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "name",
                              position: (68, 27),
                             },
                            ],
                           },
                           default: None,
                          },
                         ),
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "path",
                             position: (69, 15),
                            },
                           ],
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "user",
                            position: (69, 22),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "cryptHomeLuks",
                              position: (69, 27),
                             },
                            ],
                           },
                           default: None,
                          },
                         ),
                         KeyValue(
                          AttributePath {
                           attributes: [
                            Raw {
                             content: "mountpoint",
                             position: (70, 15),
                            },
                           ],
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "user",
                            position: (70, 28),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "home",
                              position: (70, 33),
                             },
                            ],
                           },
                           default: None,
                          },
                         ),
                        ],
                        recursive: false,
                        position: (67, 21),
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "user",
                         position: (71, 18),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "pamMount",
                           position: (71, 23),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                      position: (71, 15),
                     },
                    ),
                   ],
                   target: String {
                    parts: [
                     Raw {
                      content: "<volume ",
                      position: (73, 14),
                     },
                     Expression {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "concatStringsSep",
                        position: (73, 24),
                       },
                       arguments: [
                        String {
                         parts: [
                          Raw {
                           content: " ",
                           position: (73, 42),
                          },
                         ],
                        },
                        FunctionApplication {
                         function: Variable {
                          identifier: "mapAttrsToList",
                          position: (73, 46),
                         },
                         arguments: [
                          Variable {
                           identifier: "mkAttr",
                           position: (73, 61),
                          },
                          Variable {
                           identifier: "attrs",
                           position: (73, 68),
                          },
                         ],
                        },
                       ],
                      },
                     },
                     Raw {
                      content: " />\n",
                      position: (73, 75),
                     },
                    ],
                   },
                   position: (66, 35),
                  },
                  position: (66, 29),
                 },
                ),
               ],
               target: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (75, 10),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "writeText",
                    position: (75, 15),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "pam_mount.conf.xml",
                    position: (75, 26),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<!DOCTYPE pam_mount SYSTEM \"pam_mount.conf.xml.dtd\">\n<!-- auto generated from Nixos: modules/config/users-groups.nix -->\n<pam_mount>\n<debug enable=\"0\" />\n\n<!-- if activated, requires ofl from hxtools to be present -->\n<logout wait=\"0\" hup=\"no\" term=\"no\" kill=\"no\" />\n<!-- set PATH variable for pam_mount module -->\n<path>",
                    position: (76, 1),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "makeBinPath",
                      position: (85, 19),
                     },
                     arguments: [
                      BinaryOperation {
                       operator: Concatenation,
                       operands: [
                        List {
                         elements: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "pkgs",
                            position: (85, 34),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "util-linux",
                              position: (85, 39),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                         position: (85, 32),
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (85, 55),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "additionalSearchPaths",
                            position: (85, 59),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                       position: (85, 52),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "</path>\n<!-- create mount point if not present -->\n<mkmountpoint enable=\"1\" remove=\"true\" />\n\n<!-- specify the binaries to be called -->\n<fusemount>",
                    position: (85, 82),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (90, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "fuse",
                        position: (90, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/mount.fuse %(VOLUME) %(MNTPT) -o ",
                    position: (90, 34),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "concatStringsSep",
                      position: (90, 74),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: ",",
                         position: (90, 92),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Concatenation,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (90, 96),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "fuseMountOptions",
                            position: (90, 100),
                           },
                          ],
                         },
                         default: None,
                        },
                        List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "%(OPTIONS)",
                             position: (90, 123),
                            },
                           ],
                          },
                         ],
                         position: (90, 120),
                        },
                       ],
                       position: (90, 117),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "</fusemount>\n<cryptmount>",
                    position: (90, 138),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (91, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "pam_mount",
                        position: (91, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/mount.crypt %(VOLUME) %(MNTPT)</cryptmount>\n<cryptumount>",
                    position: (91, 40),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (92, 26),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "pam_mount",
                        position: (92, 31),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/umount.crypt %(MNTPT)</cryptumount>\n<pmvarrun>",
                    position: (92, 41),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (93, 23),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "pam_mount",
                        position: (93, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/pmvarrun -u %(USER) -o %(OPERATION)</pmvarrun>\n\n",
                    position: (93, 38),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "concatStrings",
                      position: (95, 13),
                     },
                     arguments: [
                      FunctionApplication {
                       function: Variable {
                        identifier: "map",
                        position: (95, 28),
                       },
                       arguments: [
                        Variable {
                         identifier: "userVolumeEntry",
                         position: (95, 32),
                        },
                        FunctionApplication {
                         function: Variable {
                          identifier: "attrValues",
                          position: (95, 49),
                         },
                         arguments: [
                          Variable {
                           identifier: "extraUserVolumes",
                           position: (95, 60),
                          },
                         ],
                        },
                       ],
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\n",
                    position: (95, 79),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "concatStringsSep",
                      position: (96, 13),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "\n",
                         position: (96, 31),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (96, 35),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "extraVolumes",
                          position: (96, 39),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\n</pam_mount>\n",
                    position: (96, 52),
                   },
                  ],
                 },
                ],
               },
               position: (63, 9),
              },
             ),
            ],
            recursive: false,
            position: (61, 53),
           },
          ),
         ],
         recursive: false,
         position: (58, 45),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (11, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}