---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "libPath",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgsLibPath",
    default: None,
   },
   DestructuredArgument {
    identifier: "nixosPath",
    default: None,
   },
   DestructuredArgument {
    identifier: "modules",
    default: None,
   },
   DestructuredArgument {
    identifier: "stateVersion",
    default: None,
   },
   DestructuredArgument {
    identifier: "release",
    default: None,
   },
  ],
  ellipsis: false,
 },
 definition: LetIn {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "lib",
       position: (10, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: Variable {
      identifier: "import",
      position: (10, 9),
     },
     arguments: [
      Variable {
       identifier: "libPath",
       position: (10, 16),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "modulesPath",
       position: (11, 3),
      },
     ],
    },
    to: String {
     parts: [
      Interpolation {
       expression: Variable {
        identifier: "nixosPath",
        position: (11, 20),
       },
      },
      Raw {
       content: "/modules",
       position: (11, 30),
      },
     ],
     position: (11, 17),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "pkgs",
       position: (14, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: Variable {
      identifier: "import",
      position: (14, 10),
     },
     arguments: [
      Variable {
       identifier: "pkgsLibPath",
       position: (14, 17),
      },
      Map {
       bindings: [
        Inherit {
         from: None,
         attributes: [
          Raw {
           content: "lib",
           position: (15, 13),
          },
         ],
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "pkgs",
            position: (16, 5),
           },
          ],
         },
         to: Variable {
          identifier: "null",
          position: (16, 12),
         },
        },
       ],
       recursive: false,
       position: (14, 29),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "utils",
       position: (18, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: Variable {
      identifier: "import",
      position: (18, 11),
     },
     arguments: [
      String {
       parts: [
        Interpolation {
         expression: Variable {
          identifier: "nixosPath",
          position: (18, 21),
         },
        },
        Raw {
         content: "/lib/utils.nix",
         position: (18, 31),
        },
       ],
       position: (18, 18),
      },
      Map {
       bindings: [
        Inherit {
         from: None,
         attributes: [
          Raw {
           content: "config",
           position: (19, 13),
          },
          Raw {
           content: "lib",
           position: (19, 20),
          },
         ],
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "pkgs",
            position: (20, 5),
           },
          ],
         },
         to: Variable {
          identifier: "null",
          position: (20, 12),
         },
        },
       ],
       recursive: false,
       position: (18, 47),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "config",
       position: (25, 3),
      },
     ],
    },
    to: Map {
     bindings: [
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "_module",
          position: (26, 5),
         },
         Raw {
          content: "check",
          position: (26, 13),
         },
        ],
       },
       to: Variable {
        identifier: "false",
        position: (26, 21),
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "_module",
          position: (27, 5),
         },
         Raw {
          content: "args",
          position: (27, 13),
         },
        ],
       },
       to: Map {
        bindings: [],
        recursive: false,
        position: (27, 20),
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "system",
          position: (28, 5),
         },
         Raw {
          content: "stateVersion",
          position: (28, 12),
         },
        ],
       },
       to: Variable {
        identifier: "stateVersion",
        position: (28, 27),
       },
      },
     ],
     recursive: false,
     position: (25, 12),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "eval",
       position: (30, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (30, 10),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "evalModules",
         position: (30, 14),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "modules",
            position: (31, 5),
           },
          ],
         },
         to: BinaryOperation {
          operator: Concatenation,
          operands: [
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "map",
              position: (31, 16),
             },
             arguments: [
              Parentheses {
               expression: Function {
                argument: Simple {
                 identifier: "m",
                },
                definition: String {
                 parts: [
                  Interpolation {
                   expression: Variable {
                    identifier: "modulesPath",
                    position: (31, 27),
                   },
                  },
                  Raw {
                   content: "/",
                   position: (31, 39),
                  },
                  Interpolation {
                   expression: Variable {
                    identifier: "m",
                    position: (31, 42),
                   },
                  },
                 ],
                 position: (31, 24),
                },
                position: (31, 21),
               },
               position: (31, 20),
              },
              Variable {
               identifier: "modules",
               position: (31, 47),
              },
             ],
            },
            position: (31, 15),
           },
           List {
            elements: [
             Variable {
              identifier: "config",
              position: (32, 7),
             },
            ],
            position: (31, 59),
           },
          ],
          position: (31, 56),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "specialArgs",
            position: (34, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Inherit {
            from: None,
            attributes: [
             Raw {
              content: "config",
              position: (35, 15),
             },
             Raw {
              content: "pkgs",
              position: (35, 22),
             },
             Raw {
              content: "utils",
              position: (35, 27),
             },
            ],
           },
          ],
          recursive: false,
          position: (34, 19),
         },
        },
       ],
       recursive: false,
       position: (30, 26),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "docs",
       position: (38, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: Variable {
      identifier: "import",
      position: (38, 10),
     },
     arguments: [
      String {
       parts: [
        Interpolation {
         expression: Variable {
          identifier: "nixosPath",
          position: (38, 20),
         },
        },
        Raw {
         content: "/doc/manual",
         position: (38, 30),
        },
       ],
       position: (38, 17),
      },
      Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "pkgs",
            position: (39, 5),
           },
          ],
         },
         to: BinaryOperation {
          operator: Update,
          operands: [
           Variable {
            identifier: "pkgs",
            position: (39, 12),
           },
           Map {
            bindings: [
             Inherit {
              from: None,
              attributes: [
               Raw {
                content: "lib",
                position: (40, 15),
               },
              ],
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "buildPackages",
                 position: (42, 7),
                },
                Raw {
                 content: "nixosOptionsDoc",
                 position: (42, 21),
                },
               ],
              },
              to: Function {
               argument: Simple {
                identifier: "attrs",
               },
               definition: FunctionApplication {
                function: Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "import",
                   position: (43, 10),
                  },
                  arguments: [
                   String {
                    parts: [
                     Interpolation {
                      expression: Variable {
                       identifier: "nixosPath",
                       position: (43, 20),
                      },
                     },
                     Raw {
                      content: "/lib/make-options-doc",
                      position: (43, 30),
                     },
                    ],
                    position: (43, 17),
                   },
                  ],
                 },
                 position: (43, 9),
                },
                arguments: [
                 Parentheses {
                  expression: BinaryOperation {
                   operator: Update,
                   operands: [
                    Map {
                     bindings: [
                      Inherit {
                       from: None,
                       attributes: [
                        Raw {
                         content: "pkgs",
                         position: (44, 22),
                        },
                        Raw {
                         content: "lib",
                         position: (44, 27),
                        },
                       ],
                      },
                     ],
                     recursive: false,
                     position: (44, 12),
                    },
                    Variable {
                     identifier: "attrs",
                     position: (44, 37),
                    },
                   ],
                   position: (44, 34),
                  },
                  position: (44, 11),
                 },
                ],
               },
               position: (42, 39),
              },
             },
            ],
            recursive: false,
            position: (39, 20),
           },
          ],
          position: (39, 17),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "config",
            position: (46, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "config",
           position: (46, 14),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "config",
             position: (46, 21),
            },
           ],
          },
          default: None,
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "options",
            position: (47, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "eval",
           position: (47, 15),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (47, 20),
            },
           ],
          },
          default: None,
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "version",
            position: (48, 5),
           },
          ],
         },
         to: Variable {
          identifier: "release",
          position: (48, 15),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "revision",
            position: (49, 5),
           },
          ],
         },
         to: String {
          parts: [
           Raw {
            content: "release-",
            position: (49, 17),
           },
           Interpolation {
            expression: Variable {
             identifier: "release",
             position: (49, 27),
            },
           },
          ],
          position: (49, 16),
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "prefix",
            position: (50, 5),
           },
          ],
         },
         to: Variable {
          identifier: "modulesPath",
          position: (50, 14),
         },
        },
       ],
       recursive: false,
       position: (38, 43),
      },
     ],
    },
   },
  ],
  target: PropertyAccess {
   expression: Variable {
    identifier: "docs",
    position: (53, 3),
   },
   attribute_path: AttributePath {
    parts: [
     Raw {
      content: "optionsNix",
      position: (53, 8),
     },
    ],
   },
   default: None,
  },
  position: (9, 1),
 },
 position: (1, 1),
}