---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "programs",
         position: (6, 16),
        },
        Raw {
         content: "git",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (10, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "programs",
            position: (11, 5),
           },
           Raw {
            content: "git",
            position: (11, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (12, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (12, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "git",
                 position: (12, 32),
                },
               ],
               position: (12, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (14, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (14, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (15, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (15, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (15, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (16, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (16, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "git",
                     position: (16, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (17, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (17, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.git",
                      position: (17, 42),
                     },
                    ],
                    position: (17, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (18, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (18, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.gitFull",
                      position: (18, 38),
                     },
                    ],
                    position: (18, 37),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (19, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The git package to use",
                    position: (19, 24),
                   },
                  ],
                  position: (19, 23),
                 },
                },
               ],
               recursive: false,
               position: (14, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "config",
               position: (22, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (22, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (23, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (23, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "attrsOf",
                    position: (23, 28),
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "attrsOf",
                       position: (23, 37),
                      },
                      arguments: [
                       Variable {
                        identifier: "anything",
                        position: (23, 45),
                       },
                      ],
                     },
                     position: (23, 36),
                    },
                   ],
                  },
                  position: (23, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (24, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (24, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (25, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "init",
                       position: (26, 11),
                      },
                      Raw {
                       content: "defaultBranch",
                       position: (26, 16),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "main",
                       position: (26, 33),
                      },
                     ],
                     position: (26, 32),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "url",
                       position: (27, 11),
                      },
                      Expression {
                       expression: String {
                        parts: [
                         Raw {
                          content: "https://github.com/",
                          position: (27, 16),
                         },
                        ],
                        position: (27, 15),
                       },
                      },
                      Raw {
                       content: "insteadOf",
                       position: (27, 37),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "gh:",
                         position: (27, 52),
                        },
                       ],
                       position: (27, 51),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "github:",
                         position: (27, 58),
                        },
                       ],
                       position: (27, 57),
                      },
                     ],
                     position: (27, 49),
                    },
                   },
                  ],
                  recursive: false,
                  position: (25, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (29, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Configuration to write to /etc/gitconfig. See the CONFIGURATION FILE\nsection of git-config(1) for more information.\n",
                    position: (30, 1),
                   },
                  ],
                  position: (29, 23),
                 },
                },
               ],
               recursive: false,
               position: (22, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "lfs",
               position: (35, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (36, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (36, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "git-lfs",
                    position: (36, 34),
                   },
                  ],
                  position: (36, 33),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "package",
                  position: (38, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (38, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (39, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (39, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "package",
                        position: (39, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (40, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (40, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "git-lfs",
                        position: (40, 26),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "defaultText",
                       position: (41, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "literalExpression",
                      position: (41, 25),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "pkgs.git-lfs",
                         position: (41, 44),
                        },
                       ],
                       position: (41, 43),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (42, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "The git-lfs package to use",
                       position: (42, 26),
                      },
                     ],
                     position: (42, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (38, 28),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (35, 13),
            },
           },
          ],
          recursive: false,
          position: (11, 20),
         },
        },
       ],
       recursive: false,
       position: (10, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (48, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (48, 12),
       },
       arguments: [
        List {
         elements: [
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (49, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (49, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "enable",
                 position: (49, 15),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "environment",
                   position: (50, 7),
                  },
                  Raw {
                   content: "systemPackages",
                   position: (50, 19),
                  },
                 ],
                },
                to: List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (50, 38),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "package",
                      position: (50, 42),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (50, 36),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "environment",
                   position: (51, 7),
                  },
                  Raw {
                   content: "etc",
                   position: (51, 19),
                  },
                  Raw {
                   content: "gitconfig",
                   position: (51, 23),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkIf",
                  position: (51, 35),
                 },
                 arguments: [
                  Parentheses {
                   expression: BinaryOperation {
                    operator: NotEqualTo,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (51, 41),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "config",
                         position: (51, 45),
                        },
                       ],
                      },
                      default: None,
                     },
                     Map {
                      bindings: [],
                      recursive: false,
                      position: (51, 55),
                     },
                    ],
                    position: (51, 52),
                   },
                   position: (51, 40),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "text",
                        position: (52, 9),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "generators",
                        position: (52, 16),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "toGitINI",
                          position: (52, 27),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (52, 36),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "config",
                           position: (52, 40),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                    },
                   ],
                   recursive: false,
                   position: (51, 59),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (49, 22),
             },
            ],
           },
           position: (49, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (55, 6),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: LogicalAnd,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (55, 12),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "enable",
                    position: (55, 16),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (55, 26),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "lfs",
                    position: (55, 30),
                   },
                   Raw {
                    content: "enable",
                    position: (55, 34),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (55, 23),
              },
              position: (55, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "environment",
                   position: (56, 7),
                  },
                  Raw {
                   content: "systemPackages",
                   position: (56, 19),
                  },
                 ],
                },
                to: List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (56, 38),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "lfs",
                      position: (56, 42),
                     },
                     Raw {
                      content: "package",
                      position: (56, 46),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (56, 36),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "programs",
                   position: (57, 7),
                  },
                  Raw {
                   content: "git",
                   position: (57, 16),
                  },
                  Raw {
                   content: "config",
                   position: (57, 20),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "filter",
                      position: (58, 9),
                     },
                     Raw {
                      content: "lfs",
                      position: (58, 16),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "clean",
                         position: (59, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "git-lfs clean -- %f",
                         position: (59, 20),
                        },
                       ],
                       position: (59, 19),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "smudge",
                         position: (60, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "git-lfs smudge -- %f",
                         position: (60, 21),
                        },
                       ],
                       position: (60, 20),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "process",
                         position: (61, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "git-lfs filter-process",
                         position: (61, 22),
                        },
                       ],
                       position: (61, 21),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "required",
                         position: (62, 11),
                        },
                       ],
                      },
                      to: Variable {
                       identifier: "true",
                       position: (62, 22),
                      },
                     },
                    ],
                    recursive: false,
                    position: (58, 22),
                   },
                  },
                 ],
                 recursive: false,
                 position: (57, 29),
                },
               },
              ],
              recursive: false,
              position: (55, 42),
             },
            ],
           },
           position: (55, 5),
          },
         ],
         position: (48, 20),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (68, 3),
        },
        Raw {
         content: "maintainers",
         position: (68, 8),
        },
       ],
      },
      to: With {
       expression: Variable {
        identifier: "maintainers",
        position: (68, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "figsoda",
          position: (68, 42),
         },
        ],
        position: (68, 40),
       },
       position: (68, 22),
      },
     },
    ],
    recursive: false,
    position: (9, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}