---
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: "services",
         position: (6, 16),
        },
        Raw {
         content: "locate",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "isMLocate",
        position: (7, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "hasPrefix",
       position: (7, 15),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "mlocate",
          position: (7, 26),
         },
        ],
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (7, 35),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "locate",
           position: (7, 39),
          },
          Raw {
           content: "name",
           position: (7, 46),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "isPLocate",
        position: (8, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "hasPrefix",
       position: (8, 15),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "plocate",
          position: (8, 26),
         },
        ],
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (8, 35),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "locate",
           position: (8, 39),
          },
          Raw {
           content: "name",
           position: (8, 46),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "isMorPLocate",
        position: (9, 3),
       },
      ],
     },
     BinaryOperation {
      operator: LogicalOr,
      operands: [
       Variable {
        identifier: "isMLocate",
        position: (9, 19),
       },
       Variable {
        identifier: "isPLocate",
        position: (9, 32),
       },
      ],
      position: (9, 29),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "isFindutils",
        position: (10, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "hasPrefix",
       position: (10, 17),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "findutils",
          position: (10, 28),
         },
        ],
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (10, 39),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "locate",
           position: (10, 43),
          },
          Raw {
           content: "name",
           position: (10, 50),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (13, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (14, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (14, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "locate",
               position: (14, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "period",
               position: (14, 51),
              },
             ],
            },
           ],
           position: (14, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (14, 64),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "locate",
               position: (14, 75),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "interval",
               position: (14, 84),
              },
             ],
            },
           ],
           position: (14, 61),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (15, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (15, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "locate",
               position: (15, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "includeStore",
               position: (15, 51),
              },
             ],
            },
           ],
           position: (15, 28),
          },
          String {
           parts: [
            Raw {
             content: "Use services.locate.prunePaths",
             position: (15, 68),
            },
           ],
          },
         ],
        },
       ],
       position: (13, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (18, 3),
        },
        Raw {
         content: "services",
         position: (18, 11),
        },
        Raw {
         content: "locate",
         position: (18, 20),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "types",
        position: (18, 34),
       },
       target: Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "enable",
             position: (19, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (19, 14),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (20, 7),
                 },
                ],
               },
               Variable {
                identifier: "bool",
                position: (20, 14),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (21, 7),
                 },
                ],
               },
               Variable {
                identifier: "false",
                position: (21, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (22, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "If enabled, NixOS will periodically update the database of\nfiles used by the <command>locate</command> command.\n",
                  position: (23, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (19, 23),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "locate",
             position: (28, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (28, 14),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (29, 7),
                 },
                ],
               },
               Variable {
                identifier: "package",
                position: (29, 14),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (30, 7),
                 },
                ],
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (30, 17),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "findutils",
                   position: (30, 22),
                  },
                 ],
                },
                default: None,
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "defaultText",
                  position: (31, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (31, 21),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "pkgs.findutils",
                    position: (31, 40),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "example",
                  position: (32, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (32, 17),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "pkgs.mlocate",
                    position: (32, 36),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (33, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "The locate implementation to use\n",
                  position: (34, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (28, 23),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "interval",
             position: (38, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (38, 16),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (39, 7),
                 },
                ],
               },
               Variable {
                identifier: "str",
                position: (39, 14),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (40, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "02:15",
                  position: (40, 18),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "example",
                  position: (41, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "hourly",
                  position: (41, 18),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (42, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Update the locate database at this interval. Updates by\ndefault at 2:15 AM every day.\n\nThe format is described in\n<citerefentry><refentrytitle>systemd.time</refentrytitle>\n<manvolnum>7</manvolnum></citerefentry>.\n\nTo disable automatic updates, set to <literal>\"never\"</literal>\nand run <command>updatedb</command> manually.\n",
                  position: (43, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (38, 25),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "extraFlags",
             position: (55, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (55, 18),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (56, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (56, 14),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (56, 21),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (57, 7),
                 },
                ],
               },
               List {
                elements: [],
                position: (57, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (58, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Extra flags to pass to <command>updatedb</command>.\n",
                  position: (59, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (55, 27),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "output",
             position: (63, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (63, 14),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (64, 7),
                 },
                ],
               },
               Variable {
                identifier: "path",
                position: (64, 14),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (65, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "/var/cache/locatedb",
                  position: (65, 18),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (66, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "The database file to build.\n",
                  position: (67, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (63, 23),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "localuser",
             position: (71, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (71, 17),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (72, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "nullOr",
                 position: (72, 14),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (72, 21),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (73, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "nobody",
                  position: (73, 18),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (74, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "The user to search non-network directories as, using\n<command>su</command>.\n",
                  position: (75, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (71, 26),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "pruneFS",
             position: (80, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (80, 15),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (81, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (81, 14),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (81, 21),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (82, 7),
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "afs",
                    position: (83, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "anon_inodefs",
                    position: (84, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "auto",
                    position: (85, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "autofs",
                    position: (86, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "bdev",
                    position: (87, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "binfmt",
                    position: (88, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "binfmt_misc",
                    position: (89, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ceph",
                    position: (90, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cgroup",
                    position: (91, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cgroup2",
                    position: (92, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cifs",
                    position: (93, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "coda",
                    position: (94, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "configfs",
                    position: (95, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cramfs",
                    position: (96, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "cpuset",
                    position: (97, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "curlftpfs",
                    position: (98, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "debugfs",
                    position: (99, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "devfs",
                    position: (100, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "devpts",
                    position: (101, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "devtmpfs",
                    position: (102, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ecryptfs",
                    position: (103, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "eventpollfs",
                    position: (104, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "exofs",
                    position: (105, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "futexfs",
                    position: (106, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ftpfs",
                    position: (107, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse",
                    position: (108, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fusectl",
                    position: (109, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fusesmb",
                    position: (110, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.ceph",
                    position: (111, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.glusterfs",
                    position: (112, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.gvfsd-fuse",
                    position: (113, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.mfs",
                    position: (114, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.rclone",
                    position: (115, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.rozofs",
                    position: (116, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "fuse.sshfs",
                    position: (117, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gfs",
                    position: (118, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "gfs2",
                    position: (119, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "hostfs",
                    position: (120, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "hugetlbfs",
                    position: (121, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "inotifyfs",
                    position: (122, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "iso9660",
                    position: (123, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "jffs2",
                    position: (124, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "lustre",
                    position: (125, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "lustre_lite",
                    position: (126, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "misc",
                    position: (127, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mfs",
                    position: (128, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mqueue",
                    position: (129, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ncpfs",
                    position: (130, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "nfs",
                    position: (131, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "NFS",
                    position: (132, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "nfs4",
                    position: (133, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "nfsd",
                    position: (134, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "nnpfs",
                    position: (135, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ocfs",
                    position: (136, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ocfs2",
                    position: (137, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pipefs",
                    position: (138, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "proc",
                    position: (139, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ramfs",
                    position: (140, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "rpc_pipefs",
                    position: (141, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "securityfs",
                    position: (142, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "selinuxfs",
                    position: (143, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sfs",
                    position: (144, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "shfs",
                    position: (145, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "smbfs",
                    position: (146, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sockfs",
                    position: (147, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "spufs",
                    position: (148, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sshfs",
                    position: (149, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "subfs",
                    position: (150, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "supermount",
                    position: (151, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "sysfs",
                    position: (152, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "tmpfs",
                    position: (153, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "tracefs",
                    position: (154, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ubifs",
                    position: (155, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "udev",
                    position: (156, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "udf",
                    position: (157, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "usbfs",
                    position: (158, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "vboxsf",
                    position: (159, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "vperfctrfs",
                    position: (160, 10),
                   },
                  ],
                 },
                ],
                position: (82, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (162, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Which filesystem types to exclude from indexing\n",
                  position: (163, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (80, 24),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "prunePaths",
             position: (167, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (167, 18),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (168, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (168, 14),
                },
                arguments: [
                 Variable {
                  identifier: "path",
                  position: (168, 21),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (169, 7),
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "/tmp",
                    position: (170, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/tmp",
                    position: (171, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/cache",
                    position: (172, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/lock",
                    position: (173, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/run",
                    position: (174, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/spool",
                    position: (175, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/nix/store",
                    position: (176, 10),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/nix/var/log/nix",
                    position: (177, 10),
                   },
                  ],
                 },
                ],
                position: (169, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (179, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Which paths to exclude from indexing\n",
                  position: (180, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (167, 27),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "pruneNames",
             position: (184, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (184, 18),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (185, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (185, 14),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (185, 21),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (186, 7),
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: ".bzr",
                    position: (186, 20),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: ".cache",
                    position: (186, 27),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: ".git",
                    position: (186, 36),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: ".hg",
                    position: (186, 43),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: ".svn",
                    position: (186, 49),
                   },
                  ],
                 },
                ],
                position: (186, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (187, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Directory components which should exclude paths containing them from indexing\n",
                  position: (188, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (184, 27),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "pruneBindMounts",
             position: (192, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (192, 23),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (193, 7),
                 },
                ],
               },
               Variable {
                identifier: "bool",
                position: (193, 14),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (194, 7),
                 },
                ],
               },
               Variable {
                identifier: "false",
                position: (194, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (195, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Whether not to index bind mounts\n",
                  position: (196, 1),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (192, 32),
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (18, 41),
       },
       position: (18, 29),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (202, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (202, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (202, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (202, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (203, 5),
             },
             Raw {
              content: "groups",
              position: (203, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (203, 20),
            },
            arguments: [
             List {
              elements: [
               FunctionApplication {
                function: Variable {
                 identifier: "mkIf",
                 position: (204, 8),
                },
                arguments: [
                 Variable {
                  identifier: "isMLocate",
                  position: (204, 13),
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "mlocate",
                       position: (204, 25),
                      },
                     ],
                    },
                    Map {
                     bindings: [],
                     recursive: false,
                     position: (204, 35),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (204, 23),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkIf",
                 position: (205, 8),
                },
                arguments: [
                 Variable {
                  identifier: "isPLocate",
                  position: (205, 13),
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "plocate",
                       position: (205, 25),
                      },
                     ],
                    },
                    Map {
                     bindings: [],
                     recursive: false,
                     position: (205, 35),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (205, 23),
                 },
                ],
               },
              ],
              position: (203, 28),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "security",
              position: (208, 5),
             },
             Raw {
              content: "wrappers",
              position: (208, 14),
             },
            ],
           },
           LetIn {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "common",
                 position: (210, 9),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "owner",
                    position: (211, 11),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "root",
                    position: (211, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "permissions",
                    position: (212, 11),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "u+rx,g+x,o+x",
                    position: (212, 26),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "setgid",
                    position: (213, 11),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (213, 20),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "setuid",
                    position: (214, 11),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (214, 20),
                 },
                ),
               ],
               recursive: false,
               position: (210, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "mlocate",
                 position: (216, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (216, 20),
               },
               arguments: [
                Variable {
                 identifier: "isMLocate",
                 position: (216, 25),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (217, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "mlocate",
                      position: (217, 20),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (218, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (218, 23),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "locate",
                          position: (218, 27),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/locate",
                      position: (218, 34),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (216, 35),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "plocate",
                 position: (220, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (220, 20),
               },
               arguments: [
                Variable {
                 identifier: "isPLocate",
                 position: (220, 25),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (221, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "plocate",
                      position: (221, 20),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (222, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (222, 23),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "locate",
                          position: (222, 27),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/plocate",
                      position: (222, 34),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (220, 35),
                },
               ],
              },
             ),
            ],
            target: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (225, 7),
             },
             arguments: [
              Variable {
               identifier: "isMorPLocate",
               position: (225, 12),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "locate",
                    position: (226, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkMerge",
                   position: (226, 18),
                  },
                  arguments: [
                   List {
                    elements: [
                     Variable {
                      identifier: "common",
                      position: (226, 28),
                     },
                     Variable {
                      identifier: "mlocate",
                      position: (226, 35),
                     },
                     Variable {
                      identifier: "plocate",
                      position: (226, 43),
                     },
                    ],
                    position: (226, 26),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "plocate",
                    position: (227, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkIf",
                   position: (227, 20),
                  },
                  arguments: [
                   Variable {
                    identifier: "isPLocate",
                    position: (227, 25),
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkMerge",
                     position: (227, 36),
                    },
                    arguments: [
                     List {
                      elements: [
                       Variable {
                        identifier: "common",
                        position: (227, 46),
                       },
                       Variable {
                        identifier: "plocate",
                        position: (227, 53),
                       },
                      ],
                      position: (227, 44),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (225, 25),
              },
             ],
            },
            position: (209, 7),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "nixpkgs",
              position: (230, 5),
             },
             Raw {
              content: "config",
              position: (230, 13),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "locate",
                 position: (230, 24),
                },
                Raw {
                 content: "dbfile",
                 position: (230, 31),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (230, 40),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "output",
                  position: (230, 44),
                 },
                ],
               },
               default: None,
              },
             ),
            ],
            recursive: false,
            position: (230, 22),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (232, 5),
             },
             Raw {
              content: "systemPackages",
              position: (232, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (232, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "locate",
                 position: (232, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (232, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (234, 5),
             },
             Raw {
              content: "variables",
              position: (234, 17),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (234, 29),
            },
            arguments: [
             UnaryOperation {
              operator: Not,
              operand: Variable {
               identifier: "isMorPLocate",
               position: (234, 36),
              },
              position: (234, 35),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "LOCATE_PATH",
                   position: (234, 52),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (234, 66),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "output",
                    position: (234, 70),
                   },
                  ],
                 },
                 default: None,
                },
               ),
              ],
              recursive: false,
              position: (234, 50),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (236, 5),
             },
             Raw {
              content: "etc",
              position: (236, 17),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Expression {
                 expression: String {
                  parts: [
                   Raw {
                    content: "updatedb.conf",
                    position: (238, 8),
                   },
                  ],
                 },
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "text",
                    position: (239, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "PRUNEFS=\"",
                    position: (240, 1),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "lib",
                       position: (240, 22),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "concatStringsSep",
                         position: (240, 26),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: " ",
                         position: (240, 44),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (240, 47),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "pruneFS",
                          position: (240, 51),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\"\nPRUNENAMES=\"",
                    position: (240, 59),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "lib",
                       position: (241, 25),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "concatStringsSep",
                         position: (241, 29),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: " ",
                         position: (241, 47),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (241, 50),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "pruneNames",
                          position: (241, 54),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\"\nPRUNEPATHS=\"",
                    position: (241, 65),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "lib",
                       position: (242, 25),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "concatStringsSep",
                         position: (242, 29),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: " ",
                         position: (242, 47),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (242, 50),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "prunePaths",
                          position: (242, 54),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "\"\nPRUNE_BIND_MOUNTS=\"",
                    position: (242, 65),
                   },
                   Expression {
                    expression: IfThenElse {
                     predicate: PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (243, 35),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "pruneBindMounts",
                         position: (243, 39),
                        },
                       ],
                      },
                      default: None,
                     },
                     then: String {
                      parts: [
                       Raw {
                        content: "yes",
                        position: (243, 61),
                       },
                      ],
                     },
                     else_: String {
                      parts: [
                       Raw {
                        content: "no",
                        position: (243, 72),
                       },
                      ],
                     },
                     position: (243, 32),
                    },
                   },
                   Raw {
                    content: "\"\n",
                    position: (243, 76),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (238, 25),
              },
             ),
            ],
            recursive: false,
            position: (236, 23),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "warnings",
              position: (248, 5),
             },
            ],
           },
           BinaryOperation {
            operator: Concatenation,
            operands: [
             FunctionApplication {
              function: Variable {
               identifier: "optional",
               position: (248, 16),
              },
              arguments: [
               BinaryOperation {
                operator: LogicalAnd,
                operands: [
                 Variable {
                  identifier: "isMorPLocate",
                  position: (248, 26),
                 },
                 BinaryOperation {
                  operator: NotEqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (248, 42),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "localuser",
                       position: (248, 46),
                      },
                     ],
                    },
                    default: None,
                   },
                   Variable {
                    identifier: "null",
                    position: (248, 59),
                   },
                  ],
                  position: (248, 56),
                 },
                ],
                position: (248, 39),
               },
               String {
                parts: [
                 Raw {
                  content: "mlocate does not support the services.locate.localuser option; updatedb will run as root. (Silence with services.locate.localuser = null.)",
                  position: (249, 8),
                 },
                ],
               },
              ],
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (250, 8),
                },
                arguments: [
                 BinaryOperation {
                  operator: LogicalAnd,
                  operands: [
                   Variable {
                    identifier: "isFindutils",
                    position: (250, 18),
                   },
                   BinaryOperation {
                    operator: NotEqualTo,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (250, 33),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "pruneNames",
                         position: (250, 37),
                        },
                       ],
                      },
                      default: None,
                     },
                     List {
                      elements: [],
                      position: (250, 51),
                     },
                    ],
                    position: (250, 48),
                   },
                  ],
                  position: (250, 30),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "findutils locate does not support pruning by directory component",
                    position: (251, 8),
                   },
                  ],
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (252, 8),
                },
                arguments: [
                 BinaryOperation {
                  operator: LogicalAnd,
                  operands: [
                   Variable {
                    identifier: "isFindutils",
                    position: (252, 18),
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (252, 33),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "pruneBindMounts",
                       position: (252, 37),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                  position: (252, 30),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "findutils locate does not support skipping bind mounts",
                    position: (253, 8),
                   },
                  ],
                 },
                ],
               },
              ],
              position: (252, 5),
             },
            ],
            position: (250, 5),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (255, 5),
             },
             Raw {
              content: "services",
              position: (255, 13),
             },
             Raw {
              content: "update-locatedb",
              position: (255, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (256, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Update Locate Database",
                 position: (256, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "path",
                 position: (257, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (257, 14),
               },
               arguments: [
                UnaryOperation {
                 operator: Not,
                 operand: Variable {
                  identifier: "isMorPLocate",
                  position: (257, 21),
                 },
                 position: (257, 20),
                },
                List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (257, 37),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "su",
                      position: (257, 42),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (257, 35),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "script",
                 position: (261, 7),
                },
               ],
              },
              IfThenElse {
               predicate: Variable {
                identifier: "isMorPLocate",
                position: (262, 12),
               },
               then: LetIn {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "toFlags",
                     position: (264, 13),
                    },
                   ],
                  },
                  Function {
                   argument: Some(
                    "x",
                   ),
                   arguments: FunctionArguments {
                    arguments: [],
                    ellipsis: false,
                   },
                   definition: FunctionApplication {
                    function: Variable {
                     identifier: "optional",
                     position: (265, 15),
                    },
                    arguments: [
                     BinaryOperation {
                      operator: NotEqualTo,
                      operands: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (265, 25),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Expression {
                           expression: Variable {
                            identifier: "x",
                            position: (265, 31),
                           },
                          },
                         ],
                        },
                        default: None,
                       },
                       List {
                        elements: [],
                        position: (265, 37),
                       },
                      ],
                      position: (265, 34),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "--",
                        position: (266, 18),
                       },
                       Expression {
                        expression: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "lib",
                           position: (266, 22),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "toLower",
                             position: (266, 26),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          Variable {
                           identifier: "x",
                           position: (266, 34),
                          },
                         ],
                        },
                       },
                       Raw {
                        content: " '",
                        position: (266, 36),
                       },
                       Expression {
                        expression: FunctionApplication {
                         function: Variable {
                          identifier: "concatStringsSep",
                          position: (266, 40),
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: " ",
                             position: (266, 58),
                            },
                           ],
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (266, 61),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Expression {
                              expression: Variable {
                               identifier: "x",
                               position: (266, 67),
                              },
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                       },
                       Raw {
                        content: "'",
                        position: (266, 70),
                       },
                      ],
                     },
                    ],
                   },
                   position: (264, 23),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "args",
                     position: (267, 13),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "concatLists",
                    position: (267, 20),
                   },
                   arguments: [
                    FunctionApplication {
                     function: Variable {
                      identifier: "map",
                      position: (267, 33),
                     },
                     arguments: [
                      Variable {
                       identifier: "toFlags",
                       position: (267, 37),
                      },
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "pruneFS",
                           position: (267, 48),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "pruneNames",
                           position: (267, 58),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "prunePaths",
                           position: (267, 71),
                          },
                         ],
                        },
                       ],
                       position: (267, 45),
                      },
                     ],
                    },
                   ],
                  },
                 ),
                ],
                target: String {
                 parts: [
                  Raw {
                   content: "exec ",
                   position: (270, 1),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (270, 20),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "locate",
                       position: (270, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/bin/updatedb \\\n  --output ",
                   position: (270, 31),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "toString",
                     position: (271, 26),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (271, 35),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "output",
                         position: (271, 39),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  },
                  Raw {
                   content: " ",
                   position: (271, 46),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "concatStringsSep",
                     position: (271, 49),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: " ",
                        position: (271, 67),
                       },
                      ],
                     },
                     Variable {
                      identifier: "args",
                      position: (271, 70),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: " \\\n  --prune-bind-mounts ",
                   position: (271, 75),
                  },
                  Expression {
                   expression: IfThenElse {
                    predicate: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (272, 40),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "pruneBindMounts",
                        position: (272, 44),
                       },
                      ],
                     },
                     default: None,
                    },
                    then: String {
                     parts: [
                      Raw {
                       content: "yes",
                       position: (272, 66),
                      },
                     ],
                    },
                    else_: String {
                     parts: [
                      Raw {
                       content: "no",
                       position: (272, 77),
                      },
                     ],
                    },
                    position: (272, 37),
                   },
                  },
                  Raw {
                   content: " \\\n  ",
                   position: (272, 81),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "concatStringsSep",
                     position: (273, 17),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: " ",
                        position: (273, 35),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (273, 38),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "extraFlags",
                         position: (273, 42),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  },
                  Raw {
                   content: "\n",
                   position: (273, 53),
                  },
                 ],
                },
                position: (263, 11),
               },
               else_: String {
                parts: [
                 Raw {
                  content: "exec ",
                  position: (276, 1),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (276, 18),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "locate",
                      position: (276, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "/bin/updatedb \\\n  ",
                  position: (276, 29),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "optionalString",
                    position: (277, 15),
                   },
                   arguments: [
                    BinaryOperation {
                     operator: LogicalAnd,
                     operands: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (277, 31),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "localuser",
                            position: (277, 35),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (277, 48),
                        },
                       ],
                       position: (277, 45),
                      },
                      UnaryOperation {
                       operator: Not,
                       operand: Variable {
                        identifier: "isMorPLocate",
                        position: (277, 57),
                       },
                       position: (277, 56),
                      },
                     ],
                     position: (277, 53),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "--localuser=",
                       position: (277, 72),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (277, 86),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "localuser",
                           position: (277, 90),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                     ],
                    },
                   ],
                  },
                 },
                 Raw {
                  content: " \\\n  --output=",
                  position: (277, 102),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "toString",
                    position: (278, 24),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (278, 33),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "output",
                        position: (278, 37),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Raw {
                  content: " ",
                  position: (278, 44),
                 },
                 Expression {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "concatStringsSep",
                    position: (278, 47),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: " ",
                       position: (278, 65),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (278, 68),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "extraFlags",
                        position: (278, 72),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Raw {
                  content: "\n",
                  position: (278, 83),
                 },
                ],
               },
               position: (262, 9),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "environment",
                 position: (280, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "optionalAttrs",
                position: (280, 21),
               },
               arguments: [
                UnaryOperation {
                 operator: Not,
                 operand: Variable {
                  identifier: "isMorPLocate",
                  position: (280, 37),
                 },
                 position: (280, 36),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PRUNEFS",
                      position: (281, 9),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "concatStringsSep",
                     position: (281, 19),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: " ",
                        position: (281, 37),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (281, 40),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "pruneFS",
                         position: (281, 44),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PRUNEPATHS",
                      position: (282, 9),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "concatStringsSep",
                     position: (282, 22),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: " ",
                        position: (282, 40),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (282, 43),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "prunePaths",
                         position: (282, 47),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PRUNENAMES",
                      position: (283, 9),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "concatStringsSep",
                     position: (283, 22),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: " ",
                        position: (283, 40),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (283, 43),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "pruneNames",
                         position: (283, 47),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PRUNE_BIND_MOUNTS",
                      position: (284, 9),
                     },
                    ],
                   },
                   IfThenElse {
                    predicate: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (284, 32),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "pruneBindMounts",
                        position: (284, 36),
                       },
                      ],
                     },
                     default: None,
                    },
                    then: String {
                     parts: [
                      Raw {
                       content: "yes",
                       position: (284, 58),
                      },
                     ],
                    },
                    else_: String {
                     parts: [
                      Raw {
                       content: "no",
                       position: (284, 69),
                      },
                     ],
                    },
                    position: (284, 29),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (280, 51),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (286, 7),
                },
                Raw {
                 content: "Nice",
                 position: (286, 21),
                },
               ],
              },
              Int {
               value: 19,
               position: (286, 28),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (287, 7),
                },
                Raw {
                 content: "IOSchedulingClass",
                 position: (287, 21),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "idle",
                 position: (287, 42),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (288, 7),
                },
                Raw {
                 content: "PrivateTmp",
                 position: (288, 21),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "yes",
                 position: (288, 35),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (289, 7),
                },
                Raw {
                 content: "PrivateNetwork",
                 position: (289, 21),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "yes",
                 position: (289, 39),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (290, 7),
                },
                Raw {
                 content: "NoNewPrivileges",
                 position: (290, 21),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "yes",
                 position: (290, 40),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (291, 7),
                },
                Raw {
                 content: "ReadOnlyPaths",
                 position: (291, 21),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "/",
                 position: (291, 38),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (297, 7),
                },
                Raw {
                 content: "ReadWritePaths",
                 position: (297, 21),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "dirOf",
                position: (297, 38),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (297, 44),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "output",
                    position: (297, 48),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (255, 40),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (300, 5),
             },
             Raw {
              content: "timers",
              position: (300, 13),
             },
             Raw {
              content: "update-locatedb",
              position: (300, 20),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (300, 38),
            },
            arguments: [
             BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (300, 44),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "interval",
                   position: (300, 48),
                  },
                 ],
                },
                default: None,
               },
               String {
                parts: [
                 Raw {
                  content: "never",
                  position: (300, 61),
                 },
                ],
               },
              ],
              position: (300, 57),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (301, 7),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Update timer for locate database",
                   position: (301, 22),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "partOf",
                   position: (302, 7),
                  },
                 ],
                },
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "update-locatedb.service",
                     position: (302, 19),
                    },
                   ],
                  },
                 ],
                 position: (302, 16),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "wantedBy",
                   position: (303, 7),
                  },
                 ],
                },
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "timers.target",
                     position: (303, 21),
                    },
                   ],
                  },
                 ],
                 position: (303, 18),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "timerConfig",
                   position: (304, 7),
                  },
                  Raw {
                   content: "OnCalendar",
                   position: (304, 19),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (304, 32),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "interval",
                    position: (304, 36),
                   },
                  ],
                 },
                 default: None,
                },
               ),
              ],
              recursive: false,
              position: (300, 69),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (202, 28),
        },
       ],
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (308, 3),
        },
        Raw {
         content: "maintainers",
         position: (308, 8),
        },
       ],
      },
      With {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (308, 27),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "maintainers",
           position: (308, 31),
          },
         ],
        },
        default: None,
       },
       target: List {
        elements: [
         Variable {
          identifier: "SuperSandro2000",
          position: (308, 46),
         },
        ],
        position: (308, 44),
       },
       position: (308, 22),
      },
     ),
    ],
    recursive: false,
    position: (12, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}