---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (11, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (13, 5),
          },
          Raw {
           content: "udisks2",
           position: (13, 14),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (15, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (15, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (16, 9),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (16, 16),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "bool",
                    position: (16, 22),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (17, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (17, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (18, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Whether to enable Udisks, a DBus service that allows\napplications to query and manipulate storage devices.\n",
                   position: (19, 1),
                  },
                 ],
                 position: (18, 23),
                },
               },
              ],
              recursive: false,
              position: (15, 25),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (13, 24),
        },
       },
      ],
      recursive: false,
      position: (11, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (31, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (31, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (31, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (31, 24),
          },
          Raw {
           content: "udisks2",
           position: (31, 33),
          },
          Raw {
           content: "enable",
           position: (31, 41),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (33, 5),
            },
            Raw {
             content: "systemPackages",
             position: (33, 17),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (33, 36),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "udisks2",
                position: (33, 41),
               },
              ],
             },
             default: None,
            },
           ],
           position: (33, 34),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "security",
             position: (35, 5),
            },
            Raw {
             content: "polkit",
             position: (35, 14),
            },
            Raw {
             content: "enable",
             position: (35, 21),
            },
           ],
          },
          to: Variable {
           identifier: "true",
           position: (35, 30),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (37, 5),
            },
            Raw {
             content: "dbus",
             position: (37, 14),
            },
            Raw {
             content: "packages",
             position: (37, 19),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (37, 32),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "udisks2",
                position: (37, 37),
               },
              ],
             },
             default: None,
            },
           ],
           position: (37, 30),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "systemd",
             position: (39, 5),
            },
            Raw {
             content: "tmpfiles",
             position: (39, 13),
            },
            Raw {
             content: "rules",
             position: (39, 22),
            },
           ],
          },
          to: List {
           elements: [
            String {
             parts: [
              Raw {
               content: "d /var/lib/udisks2 0755 root root -",
               position: (39, 33),
              },
             ],
             position: (39, 32),
            },
           ],
           position: (39, 30),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (41, 5),
            },
            Raw {
             content: "udev",
             position: (41, 14),
            },
            Raw {
             content: "packages",
             position: (41, 19),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (41, 32),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "udisks2",
                position: (41, 37),
               },
              ],
             },
             default: None,
            },
           ],
           position: (41, 30),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "systemd",
             position: (43, 5),
            },
            Raw {
             content: "packages",
             position: (43, 13),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (43, 26),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "udisks2",
                position: (43, 31),
               },
              ],
             },
             default: None,
            },
           ],
           position: (43, 24),
          },
         },
        ],
        recursive: false,
        position: (31, 48),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}