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