---
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: "pkgs",
   position: (3, 6),
  },
  target: With {
   expression: Variable {
    identifier: "lib",
    position: (4, 6),
   },
   target: LetIn {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "cfg",
         position: (8, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (8, 9),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "hardware",
          position: (8, 16),
         },
         Raw {
          content: "pulseaudio",
          position: (8, 25),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "alsaCfg",
         position: (9, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (9, 13),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "sound",
          position: (9, 20),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "systemWide",
         position: (11, 3),
        },
       ],
      },
      to: BinaryOperation {
       operator: LogicalAnd,
       operands: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (11, 16),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (11, 20),
           },
          ],
         },
         default: None,
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (11, 30),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "systemWide",
            position: (11, 34),
           },
          ],
         },
         default: None,
        },
       ],
       position: (11, 27),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "nonSystemWide",
         position: (12, 3),
        },
       ],
      },
      to: BinaryOperation {
       operator: LogicalAnd,
       operands: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (12, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (12, 23),
           },
          ],
         },
         default: None,
        },
        UnaryOperation {
         operator: Not,
         operand: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (12, 34),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "systemWide",
             position: (12, 38),
            },
           ],
          },
          default: None,
         },
         position: (12, 33),
        },
       ],
       position: (12, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "hasZeroconf",
         position: (13, 3),
        },
       ],
      },
      to: LetIn {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "z",
            position: (13, 21),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (13, 25),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "zeroconf",
             position: (13, 29),
            },
           ],
          },
          default: None,
         },
        },
       ],
       target: BinaryOperation {
        operator: LogicalOr,
        operands: [
         PropertyAccess {
          expression: Variable {
           identifier: "z",
           position: (13, 42),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "publish",
             position: (13, 44),
            },
            Raw {
             content: "enable",
             position: (13, 52),
            },
           ],
          },
          default: None,
         },
         PropertyAccess {
          expression: Variable {
           identifier: "z",
           position: (13, 62),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "discovery",
             position: (13, 64),
            },
            Raw {
             content: "enable",
             position: (13, 74),
            },
           ],
          },
          default: None,
         },
        ],
        position: (13, 59),
       },
       position: (13, 17),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "overriddenPackage",
         position: (15, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (15, 23),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "package",
           position: (15, 27),
          },
          Raw {
           content: "override",
           position: (15, 35),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "optionalAttrs",
           position: (16, 6),
          },
          arguments: [
           Variable {
            identifier: "hasZeroconf",
            position: (16, 20),
           },
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "zeroconfSupport",
                 position: (16, 34),
                },
               ],
              },
              to: Variable {
               identifier: "true",
               position: (16, 52),
              },
             },
            ],
            recursive: false,
            position: (16, 32),
           },
          ],
         },
         position: (16, 5),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "binary",
         position: (17, 3),
        },
       ],
      },
      to: String {
       parts: [
        Interpolation {
         expression: FunctionApplication {
          function: Variable {
           identifier: "getBin",
           position: (17, 15),
          },
          arguments: [
           Variable {
            identifier: "overriddenPackage",
            position: (17, 22),
           },
          ],
         },
        },
        Raw {
         content: "/bin/pulseaudio",
         position: (17, 40),
        },
       ],
       position: (17, 12),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "binaryNoDaemon",
         position: (18, 3),
        },
       ],
      },
      to: String {
       parts: [
        Interpolation {
         expression: Variable {
          identifier: "binary",
          position: (18, 23),
         },
        },
        Raw {
         content: " --daemonize=no",
         position: (18, 30),
        },
       ],
       position: (18, 20),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "enable32BitAlsaPlugins",
         position: (22, 3),
        },
       ],
      },
      to: BinaryOperation {
       operator: LogicalAnd,
       operands: [
        BinaryOperation {
         operator: LogicalAnd,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (22, 28),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "support32Bit",
              position: (22, 32),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "stdenv",
            position: (22, 48),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "isx86_64",
              position: (22, 55),
             },
            ],
           },
           default: None,
          },
         ],
         position: (22, 45),
        },
        Parentheses {
         expression: BinaryOperation {
          operator: LogicalAnd,
          operands: [
           BinaryOperation {
            operator: NotEqualTo,
            operands: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (22, 68),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "pkgsi686Linux",
                 position: (22, 73),
                },
                Raw {
                 content: "alsa-lib",
                 position: (22, 87),
                },
               ],
              },
              default: None,
             },
             Variable {
              identifier: "null",
              position: (22, 99),
             },
            ],
            position: (22, 96),
           },
           BinaryOperation {
            operator: NotEqualTo,
            operands: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (22, 107),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "pkgsi686Linux",
                 position: (22, 112),
                },
                Raw {
                 content: "libpulseaudio",
                 position: (22, 126),
                },
               ],
              },
              default: None,
             },
             Variable {
              identifier: "null",
              position: (22, 143),
             },
            ],
            position: (22, 140),
           },
          ],
          position: (22, 104),
         },
         position: (22, 67),
        },
       ],
       position: (22, 64),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "myConfigFile",
         position: (25, 3),
        },
       ],
      },
      to: LetIn {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "addModuleIf",
            position: (27, 7),
           },
          ],
         },
         to: Function {
          argument: Simple {
           identifier: "cond",
          },
          definition: Function {
           argument: Simple {
            identifier: "mod",
           },
           definition: FunctionApplication {
            function: Variable {
             identifier: "optionalString",
             position: (27, 32),
            },
            arguments: [
             Variable {
              identifier: "cond",
              position: (27, 47),
             },
             String {
              parts: [
               Raw {
                content: "load-module ",
                position: (27, 53),
               },
               Interpolation {
                expression: Variable {
                 identifier: "mod",
                 position: (27, 67),
                },
               },
              ],
              position: (27, 52),
             },
            ],
           },
           position: (27, 27),
          },
          position: (27, 21),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "allAnon",
            position: (28, 7),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "optional",
           position: (28, 17),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (28, 26),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "tcp",
               position: (28, 30),
              },
              Raw {
               content: "anonymousClients",
               position: (28, 34),
              },
              Raw {
               content: "allowAll",
               position: (28, 51),
              },
             ],
            },
            default: None,
           },
           String {
            parts: [
             Raw {
              content: "auth-anonymous=1",
              position: (28, 61),
             },
            ],
            position: (28, 60),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "ipAnon",
            position: (29, 7),
           },
          ],
         },
         to: LetIn {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "a",
               position: (29, 21),
              },
             ],
            },
            to: PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (29, 25),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "tcp",
                position: (29, 29),
               },
               Raw {
                content: "anonymousClients",
                position: (29, 33),
               },
               Raw {
                content: "allowedIpRanges",
                position: (29, 50),
               },
              ],
             },
             default: None,
            },
           },
          ],
          target: FunctionApplication {
           function: Variable {
            identifier: "optional",
            position: (30, 20),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               Variable {
                identifier: "a",
                position: (30, 30),
               },
               List {
                elements: [],
                position: (30, 35),
               },
              ],
              position: (30, 32),
             },
             position: (30, 29),
            },
            String {
             parts: [
              Raw {
               content: "auth-ip-acl=",
               position: (30, 41),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "concatStringsSep",
                 position: (30, 55),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: ";",
                    position: (30, 73),
                   },
                  ],
                  position: (30, 72),
                 },
                 Variable {
                  identifier: "a",
                  position: (30, 76),
                 },
                ],
               },
              },
             ],
             position: (30, 39),
            },
           ],
          },
          position: (29, 17),
         },
        },
       ],
       target: FunctionApplication {
        function: Variable {
         identifier: "writeTextFile",
         position: (31, 8),
        },
        arguments: [
         Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "name",
               position: (32, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "default.pa",
               position: (32, 15),
              },
             ],
             position: (32, 14),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "text",
               position: (33, 9),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: ".include ",
               position: (34, 1),
              },
              Interpolation {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (34, 20),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "configFile",
                   position: (34, 24),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: "\n",
               position: (34, 35),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "addModuleIf",
                 position: (35, 11),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (35, 23),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "zeroconf",
                     position: (35, 27),
                    },
                    Raw {
                     content: "publish",
                     position: (35, 36),
                    },
                    Raw {
                     content: "enable",
                     position: (35, 44),
                    },
                   ],
                  },
                  default: None,
                 },
                 String {
                  parts: [
                   Raw {
                    content: "module-zeroconf-publish",
                    position: (35, 52),
                   },
                  ],
                  position: (35, 51),
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (35, 77),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "addModuleIf",
                 position: (36, 11),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (36, 23),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "zeroconf",
                     position: (36, 27),
                    },
                    Raw {
                     content: "discovery",
                     position: (36, 36),
                    },
                    Raw {
                     content: "enable",
                     position: (36, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                 String {
                  parts: [
                   Raw {
                    content: "module-zeroconf-discover",
                    position: (36, 54),
                   },
                  ],
                  position: (36, 53),
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (36, 80),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "addModuleIf",
                 position: (37, 11),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (37, 23),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "tcp",
                     position: (37, 27),
                    },
                    Raw {
                     content: "enable",
                     position: (37, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                 Parentheses {
                  expression: FunctionApplication {
                   function: Variable {
                    identifier: "concatStringsSep",
                    position: (37, 39),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: " ",
                       position: (37, 57),
                      },
                     ],
                     position: (37, 56),
                    },
                    Parentheses {
                     expression: BinaryOperation {
                      operator: Concatenation,
                      operands: [
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "module-native-protocol-tcp",
                            position: (38, 16),
                           },
                          ],
                          position: (38, 15),
                         },
                        ],
                        position: (38, 13),
                       },
                       BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         Variable {
                          identifier: "allAnon",
                          position: (38, 49),
                         },
                         Variable {
                          identifier: "ipAnon",
                          position: (38, 60),
                         },
                        ],
                        position: (38, 57),
                       },
                      ],
                      position: (38, 46),
                     },
                     position: (38, 12),
                    },
                   ],
                  },
                  position: (37, 38),
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (38, 69),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "addModuleIf",
                 position: (39, 11),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "config",
                   position: (39, 23),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (39, 30),
                    },
                    Raw {
                     content: "jack",
                     position: (39, 39),
                    },
                    Raw {
                     content: "jackd",
                     position: (39, 44),
                    },
                    Raw {
                     content: "enable",
                     position: (39, 50),
                    },
                   ],
                  },
                  default: None,
                 },
                 String {
                  parts: [
                   Raw {
                    content: "module-jack-sink",
                    position: (39, 58),
                   },
                  ],
                  position: (39, 57),
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (39, 76),
              },
              Interpolation {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "addModuleIf",
                 position: (40, 11),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "config",
                   position: (40, 23),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (40, 30),
                    },
                    Raw {
                     content: "jack",
                     position: (40, 39),
                    },
                    Raw {
                     content: "jackd",
                     position: (40, 44),
                    },
                    Raw {
                     content: "enable",
                     position: (40, 50),
                    },
                   ],
                  },
                  default: None,
                 },
                 String {
                  parts: [
                   Raw {
                    content: "module-jack-source",
                    position: (40, 58),
                   },
                  ],
                  position: (40, 57),
                 },
                ],
               },
              },
              Raw {
               content: "\n",
               position: (40, 78),
              },
              Interpolation {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (41, 11),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "extraConfig",
                   position: (41, 15),
                  },
                 ],
                },
                default: None,
               },
              },
              Raw {
               content: "\n",
               position: (41, 27),
              },
             ],
             position: (33, 16),
            },
           },
          ],
          recursive: false,
          position: (31, 22),
         },
        ],
       },
       position: (26, 5),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "ids",
         position: (45, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (45, 9),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "ids",
          position: (45, 16),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "uid",
         position: (47, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "ids",
        position: (47, 9),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "uids",
          position: (47, 13),
         },
         Raw {
          content: "pulseaudio",
          position: (47, 18),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "gid",
         position: (48, 3),
        },
       ],
      },
      to: PropertyAccess {
       expression: Variable {
        identifier: "ids",
        position: (48, 9),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "gids",
          position: (48, 13),
         },
         Raw {
          content: "pulseaudio",
          position: (48, 18),
         },
        ],
       },
       default: None,
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "stateDir",
         position: (50, 3),
        },
       ],
      },
      to: String {
       parts: [
        Raw {
         content: "/run/pulse",
         position: (50, 15),
        },
       ],
       position: (50, 14),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "clientConf",
         position: (55, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "writeText",
        position: (55, 16),
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "client.conf",
           position: (55, 27),
          },
         ],
         position: (55, 26),
        },
        String {
         parts: [
          Raw {
           content: "autospawn=no\n",
           position: (56, 1),
          },
          Interpolation {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (57, 7),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "extraClientConf",
               position: (57, 11),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "\n",
           position: (57, 27),
          },
         ],
         position: (55, 40),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "alsaConf",
         position: (63, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "writeText",
        position: (63, 14),
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "asound.conf",
           position: (63, 25),
          },
         ],
         position: (63, 24),
        },
        Parentheses {
         expression: String {
          parts: [
           Raw {
            content: "pcm_type.pulse {\n  libs.native = ",
            position: (64, 1),
           },
           Interpolation {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (65, 23),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "alsa-plugins",
                position: (65, 28),
               },
              ],
             },
             default: None,
            },
           },
           Raw {
            content: "/lib/alsa-lib/libasound_module_pcm_pulse.so ;\n  ",
            position: (65, 41),
           },
           Interpolation {
            expression: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (66, 9),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "optionalString",
                 position: (66, 13),
                },
               ],
              },
              default: None,
             },
             arguments: [
              Variable {
               identifier: "enable32BitAlsaPlugins",
               position: (66, 28),
              },
              String {
               parts: [
                Raw {
                 content: "libs.32Bit = ",
                 position: (67, 7),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (67, 22),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "pkgsi686Linux",
                     position: (67, 27),
                    },
                    Raw {
                     content: "alsa-plugins",
                     position: (67, 41),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/lib/alsa-lib/libasound_module_pcm_pulse.so ;",
                 position: (67, 54),
                },
               ],
               position: (67, 6),
              },
             ],
            },
           },
           Raw {
            content: "\n}\npcm.!default {\n  type pulse\n  hint.description \"Default Audio Device (via PulseAudio)\"\n}\nctl_type.pulse {\n  libs.native = ",
            position: (67, 101),
           },
           Interpolation {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (74, 23),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "alsa-plugins",
                position: (74, 28),
               },
              ],
             },
             default: None,
            },
           },
           Raw {
            content: "/lib/alsa-lib/libasound_module_ctl_pulse.so ;\n  ",
            position: (74, 41),
           },
           Interpolation {
            expression: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (75, 9),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "optionalString",
                 position: (75, 13),
                },
               ],
              },
              default: None,
             },
             arguments: [
              Variable {
               identifier: "enable32BitAlsaPlugins",
               position: (75, 28),
              },
              String {
               parts: [
                Raw {
                 content: "libs.32Bit = ",
                 position: (76, 7),
                },
                Interpolation {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (76, 22),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "pkgsi686Linux",
                     position: (76, 27),
                    },
                    Raw {
                     content: "alsa-plugins",
                     position: (76, 41),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/lib/alsa-lib/libasound_module_ctl_pulse.so ;",
                 position: (76, 54),
                },
               ],
               position: (76, 6),
              },
             ],
            },
           },
           Raw {
            content: "\n}\nctl.!default {\n  type pulse\n}\n",
            position: (76, 101),
           },
           Interpolation {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "alsaCfg",
              position: (81, 7),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "extraConfig",
                position: (81, 15),
               },
              ],
             },
             default: None,
            },
           },
           Raw {
            content: "\n",
            position: (81, 27),
           },
          ],
          position: (63, 39),
         },
         position: (63, 38),
        },
       ],
      },
     },
    ],
    target: Map {
     bindings: [
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "options",
          position: (86, 3),
         },
        ],
       },
       to: Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "hardware",
             position: (88, 5),
            },
            Raw {
             content: "pulseaudio",
             position: (88, 14),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "enable",
                position: (89, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (89, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (90, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (90, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (90, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (91, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (91, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (92, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Whether to enable the PulseAudio sound server.\n",
                     position: (93, 1),
                    },
                   ],
                   position: (92, 23),
                  },
                 },
                ],
                recursive: false,
                position: (89, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemWide",
                position: (97, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (97, 20),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (98, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (98, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (98, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (99, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (99, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (100, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "If false, a PulseAudio server is launched automatically for\neach user that tries to use the sound system. The server runs\nwith user privileges. If true, one system-wide PulseAudio\nserver is launched on boot, running as the user \"pulse\", and\nonly users in the \"audio\" group will have access to the server.\nPlease read the PulseAudio documentation for more details.\n\nDon't enable this option unless you know what you are doing.\n",
                     position: (101, 1),
                    },
                   ],
                   position: (100, 23),
                  },
                 },
                ],
                recursive: false,
                position: (97, 29),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "support32Bit",
                position: (112, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (112, 22),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (113, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (113, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (113, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (114, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (114, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (115, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Whether to include the 32-bit pulseaudio libraries in the system or not.\nThis is only useful on 64-bit systems and currently limited to x86_64-linux.\n",
                     position: (116, 1),
                    },
                   ],
                   position: (115, 23),
                  },
                 },
                ],
                recursive: false,
                position: (112, 31),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "configFile",
                position: (121, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (121, 20),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (122, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (122, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (122, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (122, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "path",
                        position: (122, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (123, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "The path to the default configuration options the PulseAudio server\nshould use. By default, the \"default.pa\" configuration\nfrom the PulseAudio distribution is used.\n",
                     position: (124, 1),
                    },
                   ],
                   position: (123, 23),
                  },
                 },
                ],
                recursive: false,
                position: (121, 29),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "extraConfig",
                position: (130, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (130, 21),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (131, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (131, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "lines",
                      position: (131, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (132, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (132, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (133, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Literal string to append to <literal>configFile</literal>\nand the config file generated by the pulseaudio module.\n",
                     position: (134, 1),
                    },
                   ],
                   position: (133, 23),
                  },
                 },
                ],
                recursive: false,
                position: (130, 30),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "extraClientConf",
                position: (139, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (139, 25),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (140, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (140, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "lines",
                      position: (140, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (141, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (141, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (142, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Extra configuration appended to pulse/client.conf file.\n",
                     position: (143, 1),
                    },
                   ],
                   position: (142, 23),
                  },
                 },
                ],
                recursive: false,
                position: (139, 34),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "package",
                position: (147, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (147, 17),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (148, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (148, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "package",
                      position: (148, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (149, 9),
                    },
                   ],
                  },
                  to: IfThenElse {
                   predicate: PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (149, 22),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "services",
                       position: (149, 29),
                      },
                      Raw {
                       content: "jack",
                       position: (149, 38),
                      },
                      Raw {
                       content: "jackd",
                       position: (149, 43),
                      },
                      Raw {
                       content: "enable",
                       position: (149, 49),
                      },
                     ],
                    },
                    default: None,
                   },
                   then: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (150, 24),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "pulseaudioFull",
                       position: (150, 29),
                      },
                     ],
                    },
                    default: None,
                   },
                   else_: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (151, 24),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "pulseaudio",
                       position: (151, 29),
                      },
                     ],
                    },
                    default: None,
                   },
                   position: (149, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "defaultText",
                     position: (152, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (152, 23),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "pkgs.pulseaudio",
                       position: (152, 42),
                      },
                     ],
                     position: (152, 41),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (153, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (153, 19),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "pkgs.pulseaudioFull",
                       position: (153, 38),
                      },
                     ],
                     position: (153, 37),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (154, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "The PulseAudio derivation to use.  This can be used to enable\nfeatures (such as JACK support, Bluetooth) via the\n<literal>pulseaudioFull</literal> package.\n",
                     position: (155, 1),
                    },
                   ],
                   position: (154, 23),
                  },
                 },
                ],
                recursive: false,
                position: (147, 26),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "extraModules",
                position: (161, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (161, 22),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (162, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (162, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "listOf",
                       position: (162, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (162, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "package",
                        position: (162, 35),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (163, 9),
                    },
                   ],
                  },
                  to: List {
                   elements: [],
                   position: (163, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (164, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (164, 19),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "[ pkgs.pulseaudio-modules-bt ]",
                       position: (164, 38),
                      },
                     ],
                     position: (164, 37),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (165, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Extra pulseaudio modules to use. This is intended for out-of-tree\npulseaudio modules like extra bluetooth codecs.\n\nExtra modules take precedence over built-in pulseaudio modules.\n",
                     position: (166, 1),
                    },
                   ],
                   position: (165, 23),
                  },
                 },
                ],
                recursive: false,
                position: (161, 31),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "daemon",
                position: (173, 7),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "logLevel",
                   position: (174, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (174, 20),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (175, 11),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (175, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "str",
                         position: (175, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (176, 11),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "notice",
                        position: (176, 22),
                       },
                      ],
                      position: (176, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (177, 11),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "The log level that the system-wide pulseaudio daemon should use,\nif activated.\n",
                        position: (178, 1),
                       },
                      ],
                      position: (177, 25),
                     },
                    },
                   ],
                   recursive: false,
                   position: (174, 29),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "config",
                   position: (183, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (183, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (184, 11),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (184, 18),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "attrsOf",
                          position: (184, 24),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "types",
                         position: (184, 32),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "unspecified",
                           position: (184, 38),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (185, 11),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [],
                      recursive: false,
                      position: (185, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (186, 11),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "Config of the pulse daemon. See <literal>man pulse-daemon.conf</literal>.",
                        position: (186, 26),
                       },
                      ],
                      position: (186, 25),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "example",
                        position: (187, 11),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "literalExpression",
                       position: (187, 21),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: "{ realtime-scheduling = \"yes\"; }",
                          position: (187, 41),
                         },
                        ],
                        position: (187, 39),
                       },
                      ],
                     },
                    },
                   ],
                   recursive: false,
                   position: (183, 27),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (173, 16),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "zeroconf",
                position: (191, 7),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "discovery",
                   position: (192, 9),
                  },
                  Raw {
                   content: "enable",
                   position: (192, 19),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkEnableOption",
                  position: (193, 11),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "discovery of pulseaudio sinks in the local network",
                     position: (193, 27),
                    },
                   ],
                   position: (193, 26),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "publish",
                   position: (194, 9),
                  },
                  Raw {
                   content: "enable",
                   position: (194, 17),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkEnableOption",
                  position: (195, 11),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "publishing the pulseaudio sink in the local network",
                     position: (195, 27),
                    },
                   ],
                   position: (195, 26),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (191, 18),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "tcp",
                position: (199, 7),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "enable",
                   position: (200, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkEnableOption",
                  position: (200, 18),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "tcp streaming support",
                     position: (200, 34),
                    },
                   ],
                   position: (200, 33),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "anonymousClients",
                   position: (202, 9),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "allowAll",
                      position: (203, 11),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkEnableOption",
                     position: (203, 22),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "all anonymous clients to stream to the server",
                        position: (203, 38),
                       },
                      ],
                      position: (203, 37),
                     },
                    ],
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "allowedIpRanges",
                      position: (204, 11),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (204, 29),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "type",
                           position: (205, 13),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (205, 20),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "listOf",
                             position: (205, 26),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "types",
                            position: (205, 33),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "str",
                              position: (205, 39),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "default",
                           position: (206, 13),
                          },
                         ],
                        },
                        to: List {
                         elements: [],
                         position: (206, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "example",
                           position: (207, 13),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "literalExpression",
                          position: (207, 23),
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: "[ \"127.0.0.1\" \"192.168.1.0/24\" ]",
                             position: (207, 43),
                            },
                           ],
                           position: (207, 41),
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "description",
                           position: (208, 13),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "A list of IP subnets that are allowed to stream to the server.\n",
                           position: (209, 1),
                          },
                         ],
                         position: (208, 27),
                        },
                       },
                      ],
                      recursive: false,
                      position: (204, 38),
                     },
                    ],
                   },
                  },
                 ],
                 recursive: false,
                 position: (202, 28),
                },
               },
              ],
              recursive: false,
              position: (199, 13),
             },
            },
           ],
           recursive: false,
           position: (88, 27),
          },
         },
        ],
        recursive: false,
        position: (86, 13),
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "config",
          position: (220, 3),
         },
        ],
       },
       to: FunctionApplication {
        function: Variable {
         identifier: "mkMerge",
         position: (220, 12),
        },
        arguments: [
         List {
          elements: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "environment",
                 position: (222, 7),
                },
                Raw {
                 content: "etc",
                 position: (222, 19),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Expression {
                    ast: String {
                     parts: [
                      Raw {
                       content: "pulse/client.conf",
                       position: (223, 10),
                      },
                     ],
                     position: (223, 9),
                    },
                   },
                   Raw {
                    content: "source",
                    position: (223, 29),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "clientConf",
                  position: (223, 38),
                 },
                },
               ],
               recursive: false,
               position: (222, 25),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "hardware",
                 position: (226, 7),
                },
                Raw {
                 content: "pulseaudio",
                 position: (226, 16),
                },
                Raw {
                 content: "configFile",
                 position: (226, 27),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "mkDefault",
                position: (226, 40),
               },
               arguments: [
                String {
                 parts: [
                  Interpolation {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "getBin",
                     position: (226, 53),
                    },
                    arguments: [
                     Variable {
                      identifier: "overriddenPackage",
                      position: (226, 60),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: "/etc/pulse/default.pa",
                   position: (226, 78),
                  },
                 ],
                 position: (226, 50),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (221, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (229, 6),
             },
             arguments: [
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (229, 11),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (229, 15),
                 },
                ],
               },
               default: None,
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "environment",
                    position: (230, 7),
                   },
                   Raw {
                    content: "systemPackages",
                    position: (230, 19),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   Variable {
                    identifier: "overriddenPackage",
                    position: (230, 38),
                   },
                  ],
                  position: (230, 36),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "sound",
                    position: (232, 7),
                   },
                   Raw {
                    content: "enable",
                    position: (232, 13),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (232, 22),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "environment",
                    position: (234, 7),
                   },
                   Raw {
                    content: "etc",
                    position: (234, 19),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Expression {
                       ast: String {
                        parts: [
                         Raw {
                          content: "asound.conf",
                          position: (235, 10),
                         },
                        ],
                        position: (235, 9),
                       },
                      },
                      Raw {
                       content: "source",
                       position: (235, 23),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "alsaConf",
                     position: (235, 32),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Expression {
                       ast: String {
                        parts: [
                         Raw {
                          content: "pulse/daemon.conf",
                          position: (237, 10),
                         },
                        ],
                        position: (237, 9),
                       },
                      },
                      Raw {
                       content: "source",
                       position: (237, 29),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "writeText",
                      position: (237, 38),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "daemon.conf",
                         position: (237, 49),
                        },
                       ],
                       position: (237, 48),
                      },
                      Parentheses {
                       expression: FunctionApplication {
                        function: PropertyAccess {
                         expression: Variable {
                          identifier: "lib",
                          position: (238, 12),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "generators",
                            position: (238, 16),
                           },
                           Raw {
                            content: "toKeyValue",
                            position: (238, 27),
                           },
                          ],
                         },
                         default: None,
                        },
                        arguments: [
                         Map {
                          bindings: [],
                          recursive: false,
                          position: (238, 38),
                         },
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (238, 41),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "daemon",
                             position: (238, 45),
                            },
                            Raw {
                             content: "config",
                             position: (238, 52),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                       },
                       position: (238, 11),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Expression {
                       ast: String {
                        parts: [
                         Raw {
                          content: "openal/alsoft.conf",
                          position: (240, 10),
                         },
                        ],
                        position: (240, 9),
                       },
                      },
                      Raw {
                       content: "source",
                       position: (240, 30),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "writeText",
                      position: (240, 39),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "alsoft.conf",
                         position: (240, 50),
                        },
                       ],
                       position: (240, 49),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "drivers=pulse",
                         position: (240, 64),
                        },
                       ],
                       position: (240, 63),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Expression {
                       ast: String {
                        parts: [
                         Raw {
                          content: "libao.conf",
                          position: (242, 10),
                         },
                        ],
                        position: (242, 9),
                       },
                      },
                      Raw {
                       content: "source",
                       position: (242, 22),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "writeText",
                      position: (242, 31),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "libao.conf",
                         position: (242, 42),
                        },
                       ],
                       position: (242, 41),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "default_driver=pulse",
                         position: (242, 55),
                        },
                       ],
                       position: (242, 54),
                      },
                     ],
                    },
                   },
                  ],
                  recursive: false,
                  position: (234, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "hardware",
                    position: (246, 7),
                   },
                   Raw {
                    content: "pulseaudio",
                    position: (246, 16),
                   },
                   Raw {
                    content: "daemon",
                    position: (246, 27),
                   },
                   Raw {
                    content: "config",
                    position: (246, 34),
                   },
                   Raw {
                    content: "flat-volumes",
                    position: (246, 41),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (246, 56),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "no",
                      position: (246, 67),
                     },
                    ],
                    position: (246, 66),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "hardware",
                    position: (249, 7),
                   },
                   Raw {
                    content: "pulseaudio",
                    position: (249, 16),
                   },
                   Raw {
                    content: "daemon",
                    position: (249, 27),
                   },
                   Raw {
                    content: "config",
                    position: (249, 34),
                   },
                   Raw {
                    content: "resample-method",
                    position: (249, 41),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (249, 59),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "speex-float-5",
                      position: (249, 70),
                     },
                    ],
                    position: (249, 69),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "security",
                    position: (252, 7),
                   },
                   Raw {
                    content: "rtkit",
                    position: (252, 16),
                   },
                   Raw {
                    content: "enable",
                    position: (252, 22),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (252, 31),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "systemd",
                    position: (254, 7),
                   },
                   Raw {
                    content: "packages",
                    position: (254, 15),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   Variable {
                    identifier: "overriddenPackage",
                    position: (254, 28),
                   },
                  ],
                  position: (254, 26),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "services",
                    position: (257, 7),
                   },
                   Raw {
                    content: "udev",
                    position: (257, 16),
                   },
                   Raw {
                    content: "packages",
                    position: (257, 21),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   Variable {
                    identifier: "overriddenPackage",
                    position: (257, 34),
                   },
                  ],
                  position: (257, 32),
                 },
                },
               ],
               recursive: false,
               position: (229, 22),
              },
             ],
            },
            position: (229, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (260, 6),
             },
             arguments: [
              Parentheses {
               expression: BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (260, 12),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "extraModules",
                     position: (260, 16),
                    },
                   ],
                  },
                  default: None,
                 },
                 List {
                  elements: [],
                  position: (260, 32),
                 },
                ],
                position: (260, 29),
               },
               position: (260, 11),
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "hardware",
                    position: (261, 7),
                   },
                   Raw {
                    content: "pulseaudio",
                    position: (261, 16),
                   },
                   Raw {
                    content: "daemon",
                    position: (261, 27),
                   },
                   Raw {
                    content: "config",
                    position: (261, 34),
                   },
                   Raw {
                    content: "dl-search-path",
                    position: (261, 41),
                   },
                  ],
                 },
                 to: LetIn {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "overriddenModules",
                       position: (262, 9),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "builtins",
                       position: (262, 29),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "map",
                         position: (262, 38),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Parentheses {
                       expression: Function {
                        argument: Simple {
                         identifier: "drv",
                        },
                        definition: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "drv",
                           position: (263, 17),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "override",
                             position: (263, 21),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "pulseaudio",
                                position: (263, 32),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "overriddenPackage",
                              position: (263, 45),
                             },
                            },
                           ],
                           recursive: false,
                           position: (263, 30),
                          },
                         ],
                        },
                        position: (263, 12),
                       },
                       position: (263, 11),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (264, 11),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "extraModules",
                          position: (264, 15),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "modulePaths",
                       position: (265, 9),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "builtins",
                       position: (265, 23),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "map",
                         position: (265, 32),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Parentheses {
                       expression: Function {
                        argument: Simple {
                         identifier: "drv",
                        },
                        definition: String {
                         parts: [
                          Interpolation {
                           expression: Variable {
                            identifier: "drv",
                            position: (266, 20),
                           },
                          },
                          Raw {
                           content: "/",
                           position: (266, 24),
                          },
                          Interpolation {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "overriddenPackage",
                             position: (266, 27),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "pulseDir",
                               position: (266, 45),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/modules",
                           position: (266, 54),
                          },
                         ],
                         position: (266, 17),
                        },
                        position: (266, 12),
                       },
                       position: (266, 11),
                      },
                      Parentheses {
                       expression: BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         Variable {
                          identifier: "overriddenModules",
                          position: (268, 12),
                         },
                         List {
                          elements: [
                           Variable {
                            identifier: "overriddenPackage",
                            position: (268, 35),
                           },
                          ],
                          position: (268, 33),
                         },
                        ],
                        position: (268, 30),
                       },
                       position: (268, 11),
                      },
                     ],
                    },
                   },
                  ],
                  target: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (269, 10),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "concatStringsSep",
                       position: (269, 14),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: ":",
                       position: (269, 32),
                      },
                     ],
                     position: (269, 31),
                    },
                    Variable {
                     identifier: "modulePaths",
                     position: (269, 35),
                    },
                   ],
                  },
                  position: (261, 58),
                 },
                },
               ],
               recursive: false,
               position: (260, 36),
              },
             ],
            },
            position: (260, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (272, 6),
             },
             arguments: [
              Variable {
               identifier: "hasZeroconf",
               position: (272, 11),
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "services",
                    position: (273, 7),
                   },
                   Raw {
                    content: "avahi",
                    position: (273, 16),
                   },
                   Raw {
                    content: "enable",
                    position: (273, 22),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (273, 31),
                 },
                },
               ],
               recursive: false,
               position: (272, 23),
              },
             ],
            },
            position: (272, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (275, 6),
             },
             arguments: [
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (275, 11),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "zeroconf",
                  position: (275, 15),
                 },
                 Raw {
                  content: "publish",
                  position: (275, 24),
                 },
                 Raw {
                  content: "enable",
                  position: (275, 32),
                 },
                ],
               },
               default: None,
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "services",
                    position: (276, 7),
                   },
                   Raw {
                    content: "avahi",
                    position: (276, 16),
                   },
                   Raw {
                    content: "publish",
                    position: (276, 22),
                   },
                   Raw {
                    content: "enable",
                    position: (276, 30),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (276, 39),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "services",
                    position: (277, 7),
                   },
                   Raw {
                    content: "avahi",
                    position: (277, 16),
                   },
                   Raw {
                    content: "publish",
                    position: (277, 22),
                   },
                   Raw {
                    content: "userServices",
                    position: (277, 30),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (277, 45),
                 },
                },
               ],
               recursive: false,
               position: (275, 39),
              },
             ],
            },
            position: (275, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (280, 6),
             },
             arguments: [
              Variable {
               identifier: "nonSystemWide",
               position: (280, 11),
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "environment",
                    position: (281, 7),
                   },
                   Raw {
                    content: "etc",
                    position: (281, 19),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Expression {
                       ast: String {
                        parts: [
                         Raw {
                          content: "pulse/default.pa",
                          position: (282, 10),
                         },
                        ],
                        position: (282, 9),
                       },
                      },
                      Raw {
                       content: "source",
                       position: (282, 28),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "myConfigFile",
                     position: (282, 37),
                    },
                   },
                  ],
                  recursive: false,
                  position: (281, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "systemd",
                    position: (284, 7),
                   },
                   Raw {
                    content: "user",
                    position: (284, 15),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "services",
                       position: (285, 9),
                      },
                      Raw {
                       content: "pulseaudio",
                       position: (285, 18),
                      },
                     ],
                    },
                    to: BinaryOperation {
                     operator: Update,
                     operands: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "restartIfChanged",
                            position: (286, 11),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "true",
                          position: (286, 30),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "serviceConfig",
                            position: (287, 11),
                           },
                          ],
                         },
                         to: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "RestartSec",
                               position: (288, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "500ms",
                               position: (288, 27),
                              },
                             ],
                             position: (288, 26),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "PassEnvironment",
                               position: (289, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "DISPLAY",
                               position: (289, 32),
                              },
                             ],
                             position: (289, 31),
                            },
                           },
                          ],
                          recursive: false,
                          position: (287, 27),
                         },
                        },
                       ],
                       recursive: false,
                       position: (285, 31),
                      },
                      FunctionApplication {
                       function: Variable {
                        identifier: "optionalAttrs",
                        position: (291, 14),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "config",
                          position: (291, 28),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "services",
                            position: (291, 35),
                           },
                           Raw {
                            content: "jack",
                            position: (291, 44),
                           },
                           Raw {
                            content: "jackd",
                            position: (291, 49),
                           },
                           Raw {
                            content: "enable",
                            position: (291, 55),
                           },
                          ],
                         },
                         default: None,
                        },
                        Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "environment",
                              position: (292, 11),
                             },
                             Raw {
                              content: "JACK_PROMISCUOUS_SERVER",
                              position: (292, 23),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "jackaudio",
                              position: (292, 50),
                             },
                            ],
                            position: (292, 49),
                           },
                          },
                         ],
                         recursive: false,
                         position: (291, 62),
                        },
                       ],
                      },
                     ],
                     position: (291, 11),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "sockets",
                       position: (294, 9),
                      },
                      Raw {
                       content: "pulseaudio",
                       position: (294, 17),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "wantedBy",
                          position: (295, 11),
                         },
                        ],
                       },
                       to: List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "sockets.target",
                            position: (295, 25),
                           },
                          ],
                          position: (295, 24),
                         },
                        ],
                        position: (295, 22),
                       },
                      },
                     ],
                     recursive: false,
                     position: (294, 30),
                    },
                   },
                  ],
                  recursive: false,
                  position: (284, 22),
                 },
                },
               ],
               recursive: false,
               position: (280, 25),
              },
             ],
            },
            position: (280, 5),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (300, 6),
             },
             arguments: [
              Variable {
               identifier: "systemWide",
               position: (300, 11),
              },
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "users",
                    position: (301, 7),
                   },
                   Raw {
                    content: "users",
                    position: (301, 13),
                   },
                   Raw {
                    content: "pulse",
                    position: (301, 19),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "uid",
                       position: (303, 9),
                      },
                     ],
                    },
                    to: Assert {
                     expression: BinaryOperation {
                      operator: EqualTo,
                      operands: [
                       Variable {
                        identifier: "uid",
                        position: (303, 22),
                       },
                       Variable {
                        identifier: "gid",
                        position: (303, 29),
                       },
                      ],
                      position: (303, 26),
                     },
                     target: Variable {
                      identifier: "uid",
                      position: (303, 34),
                     },
                     position: (303, 15),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "group",
                       position: (304, 9),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "pulse",
                       position: (304, 18),
                      },
                     ],
                     position: (304, 17),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "extraGroups",
                       position: (305, 9),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "audio",
                         position: (305, 26),
                        },
                       ],
                       position: (305, 25),
                      },
                     ],
                     position: (305, 23),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (306, 9),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "PulseAudio system service user",
                       position: (306, 24),
                      },
                     ],
                     position: (306, 23),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "home",
                       position: (307, 9),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "stateDir",
                     position: (307, 16),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "createHome",
                       position: (308, 9),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (308, 22),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "isSystemUser",
                       position: (309, 9),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (309, 24),
                    },
                   },
                  ],
                  recursive: false,
                  position: (301, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "users",
                    position: (312, 7),
                   },
                   Raw {
                    content: "groups",
                    position: (312, 13),
                   },
                   Raw {
                    content: "pulse",
                    position: (312, 20),
                   },
                   Raw {
                    content: "gid",
                    position: (312, 26),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "gid",
                  position: (312, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "systemd",
                    position: (314, 7),
                   },
                   Raw {
                    content: "services",
                    position: (314, 15),
                   },
                   Raw {
                    content: "pulseaudio",
                    position: (314, 24),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (315, 9),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "PulseAudio System-Wide Server",
                       position: (315, 24),
                      },
                     ],
                     position: (315, 23),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "wantedBy",
                       position: (316, 9),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "sound.target",
                         position: (316, 23),
                        },
                       ],
                       position: (316, 22),
                      },
                     ],
                     position: (316, 20),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "before",
                       position: (317, 9),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "sound.target",
                         position: (317, 21),
                        },
                       ],
                       position: (317, 20),
                      },
                     ],
                     position: (317, 18),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "environment",
                       position: (318, 9),
                      },
                      Raw {
                       content: "PULSE_RUNTIME_PATH",
                       position: (318, 21),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "stateDir",
                     position: (318, 42),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "serviceConfig",
                       position: (319, 9),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "Type",
                          position: (320, 11),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "notify",
                          position: (320, 19),
                         },
                        ],
                        position: (320, 18),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "ExecStart",
                          position: (321, 11),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Interpolation {
                          expression: Variable {
                           identifier: "binaryNoDaemon",
                           position: (321, 26),
                          },
                         },
                         Raw {
                          content: " --log-level=",
                          position: (321, 41),
                         },
                         Interpolation {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (321, 56),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "daemon",
                              position: (321, 60),
                             },
                             Raw {
                              content: "logLevel",
                              position: (321, 67),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: " --system -n --file=",
                          position: (321, 76),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "myConfigFile",
                           position: (321, 98),
                          },
                         },
                        ],
                        position: (321, 23),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "Restart",
                          position: (322, 11),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "on-failure",
                          position: (322, 22),
                         },
                        ],
                        position: (322, 21),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "RestartSec",
                          position: (323, 11),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "500ms",
                          position: (323, 25),
                         },
                        ],
                        position: (323, 24),
                       },
                      },
                     ],
                     recursive: false,
                     position: (319, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (314, 37),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "environment",
                    position: (327, 7),
                   },
                   Raw {
                    content: "variables",
                    position: (327, 19),
                   },
                   Raw {
                    content: "PULSE_COOKIE",
                    position: (327, 29),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: Variable {
                     identifier: "stateDir",
                     position: (327, 47),
                    },
                   },
                   Raw {
                    content: "/.config/pulse/cookie",
                    position: (327, 56),
                   },
                  ],
                  position: (327, 44),
                 },
                },
               ],
               recursive: false,
               position: (300, 22),
              },
             ],
            },
            position: (300, 5),
           },
          ],
          position: (220, 20),
         },
        ],
       },
      },
     ],
     recursive: false,
     position: (84, 4),
    },
    position: (6, 1),
   },
   position: (4, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}