---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "meta",
        position: (9, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "maintainers",
           position: (10, 5),
          },
         ],
        },
        to: PropertyAccess {
         expression: Variable {
          identifier: "teams",
          position: (10, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "gnome",
            position: (10, 25),
           },
           Raw {
            content: "members",
            position: (10, 31),
           },
          ],
         },
         default: None,
        },
       },
      ],
      recursive: false,
      position: (9, 10),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "imports",
        position: (14, 3),
       },
      ],
     },
     to: List {
      elements: [
       Parentheses {
        expression: FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (15, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (16, 10),
              },
             ],
             position: (16, 9),
            },
            String {
             parts: [
              Raw {
               content: "gnome3",
               position: (16, 21),
              },
             ],
             position: (16, 20),
            },
            String {
             parts: [
              Raw {
               content: "gnome-online-miners",
               position: (16, 30),
              },
             ],
             position: (16, 29),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (16, 52),
              },
             ],
             position: (16, 51),
            },
           ],
           position: (16, 7),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (17, 10),
              },
             ],
             position: (17, 9),
            },
            String {
             parts: [
              Raw {
               content: "gnome",
               position: (17, 21),
              },
             ],
             position: (17, 20),
            },
            String {
             parts: [
              Raw {
               content: "gnome-online-miners",
               position: (17, 29),
              },
             ],
             position: (17, 28),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (17, 51),
              },
             ],
             position: (17, 50),
            },
           ],
           position: (17, 7),
          },
         ],
        },
        position: (15, 5),
       },
      ],
      position: (14, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (23, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (25, 5),
          },
          Raw {
           content: "gnome",
           position: (25, 14),
          },
          Raw {
           content: "gnome-online-miners",
           position: (25, 20),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (27, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (27, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (28, 9),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (28, 16),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "bool",
                    position: (28, 22),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (29, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "false",
                 position: (29, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (30, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Whether to enable GNOME Online Miners, a service that\ncrawls through your online content.\n",
                   position: (31, 1),
                  },
                 ],
                 position: (30, 23),
                },
               },
              ],
              recursive: false,
              position: (27, 25),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (25, 42),
        },
       },
      ],
      recursive: false,
      position: (23, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (43, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (43, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (43, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (43, 24),
          },
          Raw {
           content: "gnome",
           position: (43, 33),
          },
          Raw {
           content: "gnome-online-miners",
           position: (43, 39),
          },
          Raw {
           content: "enable",
           position: (43, 59),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (45, 5),
            },
            Raw {
             content: "systemPackages",
             position: (45, 17),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (45, 36),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (45, 41),
               },
               Raw {
                content: "gnome-online-miners",
                position: (45, 47),
               },
              ],
             },
             default: None,
            },
           ],
           position: (45, 34),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (47, 5),
            },
            Raw {
             content: "dbus",
             position: (47, 14),
            },
            Raw {
             content: "packages",
             position: (47, 19),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (47, 32),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (47, 37),
               },
               Raw {
                content: "gnome-online-miners",
                position: (47, 43),
               },
              ],
             },
             default: None,
            },
           ],
           position: (47, 30),
          },
         },
        ],
        recursive: false,
        position: (43, 66),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}