Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "firejail",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "wrappedBins",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 14,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 8,
                 column: 17,
                },
                end: Position {
                 line: 8,
                 column: 21,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "runCommand",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 22,
                 },
                 end: Position {
                  line: 8,
                  column: 32,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "firejail-wrapped-binaries",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 34,
                  },
                  end: Position {
                   line: 8,
                   column: 59,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 33,
               },
               end: Position {
                line: 8,
                column: 60,
               },
              },
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "preferLocalBuild",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 7,
                     },
                     end: Position {
                      line: 9,
                      column: 23,
                     },
                    },
                   },
                  ),
                 ],
                 to: Identifier(
                  Identifier {
                   id: "true",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 26,
                    },
                    end: Position {
                     line: 9,
                     column: 30,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "allowSubstitutes",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 7,
                     },
                     end: Position {
                      line: 10,
                      column: 23,
                     },
                    },
                   },
                  ),
                 ],
                 to: Identifier(
                  Identifier {
                   id: "false",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 26,
                    },
                    end: Position {
                     line: 10,
                     column: 31,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 9,
                column: 5,
               },
               end: Position {
                line: 11,
                column: 6,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "mkdir -p $out/bin\n",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 1,
                  },
                  end: Position {
                   line: 14,
                   column: 7,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "lib",
                       span: Span {
                        start: Position {
                         line: 14,
                         column: 9,
                        },
                        end: Position {
                         line: 14,
                         column: 12,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "concatStringsSep",
                        span: Span {
                         start: Position {
                          line: 14,
                          column: 13,
                         },
                         end: Position {
                          line: 14,
                          column: 29,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   arguments: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "\n",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 31,
                          },
                          end: Position {
                           line: 14,
                           column: 33,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 30,
                       },
                       end: Position {
                        line: 14,
                        column: 34,
                       },
                      },
                     },
                    ),
                    FunctionApplication(
                     FunctionApplication {
                      function: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "lib",
                          span: Span {
                           start: Position {
                            line: 14,
                            column: 36,
                           },
                           end: Position {
                            line: 14,
                            column: 39,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "mapAttrsToList",
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 40,
                            },
                            end: Position {
                             line: 14,
                             column: 54,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      arguments: [
                       Function(
                        Function {
                         head: Simple(
                          FunctionHeadSimple {
                           identifier: "command",
                          },
                         ),
                         body: Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "value",
                            },
                           ),
                           body: LetIn(
                            LetIn {
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "opts",
                                   span: Span {
                                    start: Position {
                                     line: 16,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 16,
                                     column: 13,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: IfThenElse(
                                 IfThenElse {
                                  predicate: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "builtins",
                                        span: Span {
                                         start: Position {
                                          line: 16,
                                          column: 19,
                                         },
                                         end: Position {
                                          line: 16,
                                          column: 27,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "isAttrs",
                                         span: Span {
                                          start: Position {
                                           line: 16,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 16,
                                           column: 35,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "value",
                                       span: Span {
                                        start: Position {
                                         line: 16,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 16,
                                         column: 41,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                  then: Identifier(
                                   Identifier {
                                    id: "value",
                                    span: Span {
                                     start: Position {
                                      line: 17,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 17,
                                      column: 19,
                                     },
                                    },
                                   },
                                  ),
                                  else_: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "executable",
                                          span: Span {
                                           start: Position {
                                            line: 18,
                                            column: 16,
                                           },
                                           end: Position {
                                            line: 18,
                                            column: 26,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Identifier(
                                        Identifier {
                                         id: "value",
                                         span: Span {
                                          start: Position {
                                           line: 18,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 18,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "profile",
                                          span: Span {
                                           start: Position {
                                            line: 18,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 18,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Identifier(
                                        Identifier {
                                         id: "null",
                                         span: Span {
                                          start: Position {
                                           line: 18,
                                           column: 46,
                                          },
                                          end: Position {
                                           line: 18,
                                           column: 50,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "extraArgs",
                                          span: Span {
                                           start: Position {
                                            line: 18,
                                            column: 52,
                                           },
                                           end: Position {
                                            line: 18,
                                            column: 61,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [],
                                         span: Span {
                                          start: Position {
                                           line: 18,
                                           column: 64,
                                          },
                                          end: Position {
                                           line: 18,
                                           column: 66,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 18,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 18,
                                      column: 69,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 16,
                                    column: 16,
                                   },
                                   end: Position {
                                    line: 18,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "args",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 13,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 19,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 19,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "escapeShellArgs",
                                       span: Span {
                                        start: Position {
                                         line: 19,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 19,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   BinaryOperation(
                                    BinaryOperation {
                                     left: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opts",
                                         span: Span {
                                          start: Position {
                                           line: 20,
                                           column: 11,
                                          },
                                          end: Position {
                                           line: 20,
                                           column: 15,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "extraArgs",
                                          span: Span {
                                           start: Position {
                                            line: 20,
                                            column: 16,
                                           },
                                           end: Position {
                                            line: 20,
                                            column: 25,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     operator: Concatenation,
                                     right: FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "optional",
                                         span: Span {
                                          start: Position {
                                           line: 21,
                                           column: 15,
                                          },
                                          end: Position {
                                           line: 21,
                                           column: 23,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        BinaryOperation(
                                         BinaryOperation {
                                          left: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "opts",
                                              span: Span {
                                               start: Position {
                                                line: 21,
                                                column: 25,
                                               },
                                               end: Position {
                                                line: 21,
                                                column: 29,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "profile",
                                               span: Span {
                                                start: Position {
                                                 line: 21,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 21,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          operator: NotEqualTo,
                                          right: Identifier(
                                           Identifier {
                                            id: "null",
                                            span: Span {
                                             start: Position {
                                              line: 21,
                                              column: 41,
                                             },
                                             end: Position {
                                              line: 21,
                                              column: 45,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "--profile=",
                                             span: Span {
                                              start: Position {
                                               line: 21,
                                               column: 48,
                                              },
                                              end: Position {
                                               line: 21,
                                               column: 82,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "toString",
                                                 span: Span {
                                                  start: Position {
                                                   line: 21,
                                                   column: 60,
                                                  },
                                                  end: Position {
                                                   line: 21,
                                                   column: 68,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "opts",
                                                    span: Span {
                                                     start: Position {
                                                      line: 21,
                                                      column: 69,
                                                     },
                                                     end: Position {
                                                      line: 21,
                                                      column: 73,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "profile",
                                                     span: Span {
                                                      start: Position {
                                                       line: 21,
                                                       column: 74,
                                                      },
                                                      end: Position {
                                                       line: 21,
                                                       column: 81,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 21,
                                            column: 47,
                                           },
                                           end: Position {
                                            line: 21,
                                            column: 83,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             target: IndentedString(
                              IndentedString {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "cat <<_EOF >$out/bin/",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 25,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "command",
                                    span: Span {
                                     start: Position {
                                      line: 25,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 25,
                                      column: 39,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n#! ",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 26,
                                    column: 12,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 26,
                                        column: 14,
                                       },
                                       end: Position {
                                        line: 26,
                                        column: 18,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "runtimeShell",
                                       span: Span {
                                        start: Position {
                                         line: 26,
                                         column: 19,
                                        },
                                        end: Position {
                                         line: 26,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: " -e\nexec /run/wrappers/bin/firejail ",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "args",
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 43,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 47,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: " -- ",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 27,
                                        column: 54,
                                       },
                                       end: Position {
                                        line: 27,
                                        column: 62,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opts",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 63,
                                          },
                                          end: Position {
                                           line: 27,
                                           column: 67,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "executable",
                                          span: Span {
                                           start: Position {
                                            line: 27,
                                            column: 68,
                                           },
                                           end: Position {
                                            line: 27,
                                            column: 78,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: " \"\\$@\"\n_EOF\nchmod 0755 $out/bin/",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "command",
                                    span: Span {
                                     start: Position {
                                      line: 29,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 29,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 7,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 24,
                                 column: 7,
                                },
                                end: Position {
                                 line: 30,
                                 column: 9,
                                },
                               },
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 15,
                               column: 7,
                              },
                              end: Position {
                               line: 30,
                               column: 9,
                              },
                             },
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 65,
                            },
                            end: Position {
                             line: 30,
                             column: 9,
                            },
                           },
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 56,
                          },
                          end: Position {
                           line: 30,
                           column: 9,
                          },
                         },
                        },
                       ),
                       PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 30,
                             column: 11,
                            },
                            end: Position {
                             line: 30,
                             column: 14,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "wrappedBinaries",
                            span: Span {
                             start: Position {
                              line: 30,
                              column: 15,
                             },
                             end: Position {
                              line: 30,
                              column: 30,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                      ],
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 1,
                  },
                  end: Position {
                   line: 31,
                   column: 5,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 12,
                column: 5,
               },
               end: Position {
                line: 31,
                column: 7,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 34,
                column: 3,
               },
               end: Position {
                line: 34,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 34,
                column: 11,
               },
               end: Position {
                line: 34,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "firejail",
              span: Span {
               start: Position {
                line: 34,
                column: 20,
               },
               end: Position {
                line: 34,
                column: 28,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 35,
                      column: 14,
                     },
                     end: Position {
                      line: 35,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 35,
                           column: 30,
                          },
                          end: Position {
                           line: 35,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 34,
                           },
                           end: Position {
                            line: 35,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "firejail",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 41,
                            },
                            end: Position {
                             line: 35,
                             column: 49,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 40,
                         },
                         end: Position {
                          line: 35,
                          column: 50,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "wrappedBinaries",
                   span: Span {
                    start: Position {
                     line: 37,
                     column: 5,
                    },
                    end: Position {
                     line: 37,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 37,
                      column: 23,
                     },
                     end: Position {
                      line: 37,
                      column: 31,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 38,
                             column: 7,
                            },
                            end: Position {
                             line: 38,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 38,
                                column: 14,
                               },
                               end: Position {
                                line: 38,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 38,
                                 column: 20,
                                },
                                end: Position {
                                 line: 38,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 38,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 38,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "either",
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 42,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "path",
                                   span: Span {
                                    start: Position {
                                     line: 38,
                                     column: 48,
                                    },
                                    end: Position {
                                     line: 38,
                                     column: 52,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 54,
                                     },
                                     end: Position {
                                      line: 38,
                                      column: 59,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "submodule",
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 60,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 Map(
                                  Map {
                                   recursive: false,
                                   bindings: [
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Raw(
                                        PartRaw {
                                         content: "options",
                                         span: Span {
                                          start: Position {
                                           line: 39,
                                           column: 9,
                                          },
                                          end: Position {
                                           line: 39,
                                           column: 16,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      to: Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "executable",
                                              span: Span {
                                               start: Position {
                                                line: 40,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 40,
                                                column: 21,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 40,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 40,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              Map(
                                               Map {
                                                recursive: false,
                                                bindings: [
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "type",
                                                      span: Span {
                                                       start: Position {
                                                        line: 41,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 41,
                                                        column: 17,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "types",
                                                       span: Span {
                                                        start: Position {
                                                         line: 41,
                                                         column: 20,
                                                        },
                                                        end: Position {
                                                         line: 41,
                                                         column: 25,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "path",
                                                        span: Span {
                                                         start: Position {
                                                          line: 41,
                                                          column: 26,
                                                         },
                                                         end: Position {
                                                          line: 41,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "description",
                                                      span: Span {
                                                       start: Position {
                                                        line: 42,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 42,
                                                        column: 24,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "lib",
                                                         span: Span {
                                                          start: Position {
                                                           line: 42,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 42,
                                                           column: 30,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "mdDoc",
                                                          span: Span {
                                                           start: Position {
                                                            line: 42,
                                                            column: 31,
                                                           },
                                                           end: Position {
                                                            line: 42,
                                                            column: 36,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "Executable to run sandboxed",
                                                           span: Span {
                                                            start: Position {
                                                             line: 42,
                                                             column: 38,
                                                            },
                                                            end: Position {
                                                             line: 42,
                                                             column: 65,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 42,
                                                          column: 37,
                                                         },
                                                         end: Position {
                                                          line: 42,
                                                          column: 66,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "example",
                                                      span: Span {
                                                       start: Position {
                                                        line: 43,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 43,
                                                        column: 20,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: Identifier(
                                                      Identifier {
                                                       id: "literalExpression",
                                                       span: Span {
                                                        start: Position {
                                                         line: 43,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 43,
                                                         column: 40,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     arguments: [
                                                      IndentedString(
                                                       IndentedString {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "\"",
                                                           span: Span {
                                                            start: Position {
                                                             line: 43,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 43,
                                                             column: 44,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         Raw(
                                                          PartRaw {
                                                           content: "$",
                                                           span: Span {
                                                            start: Position {
                                                             line: 43,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 43,
                                                             column: 47,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         Raw(
                                                          PartRaw {
                                                           content: "{lib.getBin pkgs.firefox}/bin/firefox\"",
                                                           span: Span {
                                                            start: Position {
                                                             line: 43,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 43,
                                                             column: 85,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 43,
                                                          column: 41,
                                                         },
                                                         end: Position {
                                                          line: 43,
                                                          column: 87,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 40,
                                                  column: 33,
                                                 },
                                                 end: Position {
                                                  line: 44,
                                                  column: 12,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "profile",
                                              span: Span {
                                               start: Position {
                                                line: 45,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 45,
                                                column: 18,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 45,
                                                 column: 21,
                                                },
                                                end: Position {
                                                 line: 45,
                                                 column: 29,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              Map(
                                               Map {
                                                recursive: false,
                                                bindings: [
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "type",
                                                      span: Span {
                                                       start: Position {
                                                        line: 46,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 46,
                                                        column: 17,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 46,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 46,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "nullOr",
                                                          span: Span {
                                                           start: Position {
                                                            line: 46,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 46,
                                                            column: 32,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "types",
                                                          span: Span {
                                                           start: Position {
                                                            line: 46,
                                                            column: 33,
                                                           },
                                                           end: Position {
                                                            line: 46,
                                                            column: 38,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "path",
                                                           span: Span {
                                                            start: Position {
                                                             line: 46,
                                                             column: 39,
                                                            },
                                                            end: Position {
                                                             line: 46,
                                                             column: 43,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "default",
                                                      span: Span {
                                                       start: Position {
                                                        line: 47,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 47,
                                                        column: 20,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: Identifier(
                                                    Identifier {
                                                     id: "null",
                                                     span: Span {
                                                      start: Position {
                                                       line: 47,
                                                       column: 23,
                                                      },
                                                      end: Position {
                                                       line: 47,
                                                       column: 27,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "description",
                                                      span: Span {
                                                       start: Position {
                                                        line: 48,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 48,
                                                        column: 24,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "lib",
                                                         span: Span {
                                                          start: Position {
                                                           line: 48,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 48,
                                                           column: 30,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "mdDoc",
                                                          span: Span {
                                                           start: Position {
                                                            line: 48,
                                                            column: 31,
                                                           },
                                                           end: Position {
                                                            line: 48,
                                                            column: 36,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "Profile to use",
                                                           span: Span {
                                                            start: Position {
                                                             line: 48,
                                                             column: 38,
                                                            },
                                                            end: Position {
                                                             line: 48,
                                                             column: 52,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 48,
                                                          column: 37,
                                                         },
                                                         end: Position {
                                                          line: 48,
                                                          column: 53,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "example",
                                                      span: Span {
                                                       start: Position {
                                                        line: 49,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 49,
                                                        column: 20,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: Identifier(
                                                      Identifier {
                                                       id: "literalExpression",
                                                       span: Span {
                                                        start: Position {
                                                         line: 49,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 49,
                                                         column: 40,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     arguments: [
                                                      IndentedString(
                                                       IndentedString {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "\"",
                                                           span: Span {
                                                            start: Position {
                                                             line: 49,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 49,
                                                             column: 44,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         Raw(
                                                          PartRaw {
                                                           content: "$",
                                                           span: Span {
                                                            start: Position {
                                                             line: 49,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 49,
                                                             column: 47,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         Raw(
                                                          PartRaw {
                                                           content: "{pkgs.firejail}/etc/firejail/firefox.profile\"",
                                                           span: Span {
                                                            start: Position {
                                                             line: 49,
                                                             column: 43,
                                                            },
                                                            end: Position {
                                                             line: 49,
                                                             column: 92,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 49,
                                                          column: 41,
                                                         },
                                                         end: Position {
                                                          line: 49,
                                                          column: 94,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 45,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 50,
                                                  column: 12,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "extraArgs",
                                              span: Span {
                                               start: Position {
                                                line: 51,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 51,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 51,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 51,
                                                 column: 31,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              Map(
                                               Map {
                                                recursive: false,
                                                bindings: [
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "type",
                                                      span: Span {
                                                       start: Position {
                                                        line: 52,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 52,
                                                        column: 17,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 52,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 52,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "listOf",
                                                          span: Span {
                                                           start: Position {
                                                            line: 52,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 52,
                                                            column: 32,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "types",
                                                          span: Span {
                                                           start: Position {
                                                            line: 52,
                                                            column: 33,
                                                           },
                                                           end: Position {
                                                            line: 52,
                                                            column: 38,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "str",
                                                           span: Span {
                                                            start: Position {
                                                             line: 52,
                                                             column: 39,
                                                            },
                                                            end: Position {
                                                             line: 52,
                                                             column: 42,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "default",
                                                      span: Span {
                                                       start: Position {
                                                        line: 53,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 53,
                                                        column: 20,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: List(
                                                    List {
                                                     elements: [],
                                                     span: Span {
                                                      start: Position {
                                                       line: 53,
                                                       column: 23,
                                                      },
                                                      end: Position {
                                                       line: 53,
                                                       column: 25,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "description",
                                                      span: Span {
                                                       start: Position {
                                                        line: 54,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 54,
                                                        column: 24,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "lib",
                                                         span: Span {
                                                          start: Position {
                                                           line: 54,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 54,
                                                           column: 30,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "mdDoc",
                                                          span: Span {
                                                           start: Position {
                                                            line: 54,
                                                            column: 31,
                                                           },
                                                           end: Position {
                                                            line: 54,
                                                            column: 36,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "Extra arguments to pass to firejail",
                                                           span: Span {
                                                            start: Position {
                                                             line: 54,
                                                             column: 38,
                                                            },
                                                            end: Position {
                                                             line: 54,
                                                             column: 73,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 54,
                                                          column: 37,
                                                         },
                                                         end: Position {
                                                          line: 54,
                                                          column: 74,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 KeyValue(
                                                  BindingKeyValue {
                                                   from: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "example",
                                                      span: Span {
                                                       start: Position {
                                                        line: 55,
                                                        column: 13,
                                                       },
                                                       end: Position {
                                                        line: 55,
                                                        column: 20,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   to: List(
                                                    List {
                                                     elements: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "--private=~/.firejail_home",
                                                           span: Span {
                                                            start: Position {
                                                             line: 55,
                                                             column: 26,
                                                            },
                                                            end: Position {
                                                             line: 55,
                                                             column: 52,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 55,
                                                          column: 25,
                                                         },
                                                         end: Position {
                                                          line: 55,
                                                          column: 53,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 55,
                                                       column: 23,
                                                      },
                                                      end: Position {
                                                       line: 55,
                                                       column: 55,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 51,
                                                  column: 32,
                                                 },
                                                 end: Position {
                                                  line: 56,
                                                  column: 12,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 39,
                                          column: 19,
                                         },
                                         end: Position {
                                          line: 57,
                                          column: 10,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 38,
                                     column: 70,
                                    },
                                    end: Position {
                                     line: 58,
                                     column: 8,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 59,
                             column: 7,
                            },
                            end: Position {
                             line: 59,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 59,
                            column: 17,
                           },
                           end: Position {
                            line: 59,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 7,
                            },
                            end: Position {
                             line: 60,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 60,
                              column: 17,
                             },
                             end: Position {
                              line: 60,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "{\n  firefox = {\n    executable = \"",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{lib.getBin pkgs.firefox}/bin/firefox\";\n    profile = \"",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{pkgs.firejail}/etc/firejail/firefox.profile\";\n  };\n  mpv = {\n    executable = \"",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{lib.getBin pkgs.mpv}/bin/mpv\";\n    profile = \"",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{pkgs.firejail}/etc/firejail/mpv.profile\";\n  };\n}\n",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 60,
                               column: 35,
                              },
                              end: Position {
                               line: 71,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 72,
                             column: 7,
                            },
                            end: Position {
                             line: 72,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 72,
                                column: 21,
                               },
                               end: Position {
                                line: 72,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 72,
                                 column: 25,
                                },
                                end: Position {
                                 line: 72,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Wrap the binaries in firejail and place them in the global path.\n\nYou will get file collisions if you put the actual application binary in\nthe global environment (such as by adding the application package to\n`environment.systemPackages`), and applications started via\n.desktop files are not wrapped if they specify the absolute path to the\nbinary.\n",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 31,
                              },
                              end: Position {
                               line: 80,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 37,
                       column: 32,
                      },
                      end: Position {
                       line: 81,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 34,
               column: 31,
              },
              end: Position {
               line: 82,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 84,
                column: 3,
               },
               end: Position {
                line: 84,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 84,
                 column: 12,
                },
                end: Position {
                 line: 84,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 84,
                    column: 17,
                   },
                   end: Position {
                    line: 84,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 84,
                     column: 21,
                    },
                    end: Position {
                     line: 84,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "security",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 5,
                       },
                       end: Position {
                        line: 85,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "wrappers",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 14,
                       },
                       end: Position {
                        line: 85,
                        column: 22,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firejail",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 23,
                       },
                       end: Position {
                        line: 85,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "setuid",
                           span: Span {
                            start: Position {
                             line: 86,
                             column: 9,
                            },
                            end: Position {
                             line: 86,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 86,
                            column: 18,
                           },
                           end: Position {
                            line: 86,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "owner",
                           span: Span {
                            start: Position {
                             line: 87,
                             column: 9,
                            },
                            end: Position {
                             line: 87,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "root",
                             span: Span {
                              start: Position {
                               line: 87,
                               column: 18,
                              },
                              end: Position {
                               line: 87,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 87,
                            column: 17,
                           },
                           end: Position {
                            line: 87,
                            column: 23,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 9,
                            },
                            end: Position {
                             line: 88,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "root",
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 18,
                              },
                              end: Position {
                               line: 88,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 88,
                            column: 17,
                           },
                           end: Position {
                            line: 88,
                            column: 23,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "source",
                           span: Span {
                            start: Position {
                             line: 89,
                             column: 9,
                            },
                            end: Position {
                             line: 89,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "getBin",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 31,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "firejail",
                                     span: Span {
                                      start: Position {
                                       line: 89,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 89,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/firejail",
                             span: Span {
                              start: Position {
                               line: 89,
                               column: 19,
                              },
                              end: Position {
                               line: 89,
                               column: 59,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 18,
                           },
                           end: Position {
                            line: 89,
                            column: 60,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 86,
                       column: 7,
                      },
                      end: Position {
                       line: 90,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 5,
                       },
                       end: Position {
                        line: 92,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 17,
                       },
                       end: Position {
                        line: 92,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: BinaryOperation(
                    BinaryOperation {
                     left: List(
                      List {
                       elements: [
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 92,
                              column: 36,
                             },
                             end: Position {
                              line: 92,
                              column: 40,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "firejail",
                             span: Span {
                              start: Position {
                               line: 92,
                               column: 41,
                              },
                              end: Position {
                               line: 92,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 92,
                         column: 34,
                        },
                        end: Position {
                         line: 92,
                         column: 51,
                        },
                       },
                      },
                     ),
                     operator: Concatenation,
                     right: List(
                      List {
                       elements: [
                        Identifier(
                         Identifier {
                          id: "wrappedBins",
                          span: Span {
                           start: Position {
                            line: 92,
                            column: 57,
                           },
                           end: Position {
                            line: 92,
                            column: 68,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 92,
                         column: 55,
                        },
                        end: Position {
                         line: 92,
                         column: 70,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 84,
                  column: 28,
                 },
                 end: Position {
                  line: 93,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 95,
                column: 3,
               },
               end: Position {
                line: 95,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 95,
                column: 8,
               },
               end: Position {
                line: 95,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: Identifier(
              Identifier {
               id: "maintainers",
               span: Span {
                start: Position {
                 line: 95,
                 column: 27,
                },
                end: Position {
                 line: 95,
                 column: 38,
                },
               },
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "peterhoeg",
                  span: Span {
                   start: Position {
                    line: 95,
                    column: 42,
                   },
                   end: Position {
                    line: 95,
                    column: 51,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 95,
                 column: 40,
                },
                end: Position {
                 line: 95,
                 column: 53,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 95,
               column: 22,
              },
              end: Position {
               line: 95,
               column: 53,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 33,
          column: 4,
         },
         end: Position {
          line: 96,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 96,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 96,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 96,
    column: 2,
   },
  },
 },
)