Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: LeftAt(
     "testModuleArgs",
    ),
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "hostPkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "nodes",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "lib",
          span: Span {
           start: Position {
            line: 4,
            column: 12,
           },
           end: Position {
            line: 4,
            column: 15,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "mkOption",
          span: Span {
           start: Position {
            line: 4,
            column: 17,
           },
           end: Position {
            line: 4,
            column: 25,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkForce",
          span: Span {
           start: Position {
            line: 4,
            column: 26,
           },
           end: Position {
            line: 4,
            column: 33,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "optional",
          span: Span {
           start: Position {
            line: 4,
            column: 34,
           },
           end: Position {
            line: 4,
            column: 42,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "types",
          span: Span {
           start: Position {
            line: 4,
            column: 43,
           },
           end: Position {
            line: 4,
            column: 48,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mapAttrs",
          span: Span {
           start: Position {
            line: 4,
            column: 49,
           },
           end: Position {
            line: 4,
            column: 57,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkDefault",
          span: Span {
           start: Position {
            line: 4,
            column: 58,
           },
           end: Position {
            line: 4,
            column: 67,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mdDoc",
          span: Span {
           start: Position {
            line: 4,
            column: 68,
           },
           end: Position {
            line: 4,
            column: 73,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 4,
         column: 74,
        },
       },
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "system",
          span: Span {
           start: Position {
            line: 6,
            column: 3,
           },
           end: Position {
            line: 6,
            column: 9,
           },
          },
         },
        ),
       ],
       to: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "hostPkgs",
           span: Span {
            start: Position {
             line: 6,
             column: 12,
            },
            end: Position {
             line: 6,
             column: 20,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "stdenv",
            span: Span {
             start: Position {
              line: 6,
              column: 21,
             },
             end: Position {
              line: 6,
              column: 27,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "hostPlatform",
            span: Span {
             start: Position {
              line: 6,
              column: 28,
             },
             end: Position {
              line: 6,
              column: 40,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "system",
            span: Span {
             start: Position {
              line: 6,
              column: 41,
             },
             end: Position {
              line: 6,
              column: 47,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "baseOS",
          span: Span {
           start: Position {
            line: 8,
            column: 3,
           },
           end: Position {
            line: 8,
            column: 9,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: Identifier(
          Identifier {
           id: "import",
           span: Span {
            start: Position {
             line: 9,
             column: 5,
            },
            end: Position {
             line: 9,
             column: 11,
            },
           },
          },
         ),
         arguments: [
          Path(
           Path {
            parts: [
             Raw(
              PartRaw {
               content: "../eval-config.nix",
               span: Span {
                start: Position {
                 line: 9,
                 column: 12,
                },
                end: Position {
                 line: 9,
                 column: 30,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 9,
              column: 12,
             },
             end: Position {
              line: 9,
              column: 30,
             },
            },
           },
          ),
          Map(
           Map {
            recursive: false,
            bindings: [
             Inherit(
              BindingInherit {
               from: None,
               attributes: [
                Raw(
                 PartRaw {
                  content: "system",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 15,
                   },
                   end: Position {
                    line: 10,
                    column: 21,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 32,
                },
                end: Position {
                 line: 10,
                 column: 22,
                },
               },
              },
             ),
             Inherit(
              BindingInherit {
               from: Some(
                PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "config",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 16,
                     },
                     end: Position {
                      line: 11,
                      column: 22,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "node",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 23,
                      },
                      end: Position {
                       line: 11,
                       column: 27,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               ),
               attributes: [
                Raw(
                 PartRaw {
                  content: "specialArgs",
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 29,
                   },
                   end: Position {
                    line: 11,
                    column: 40,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 32,
                },
                end: Position {
                 line: 11,
                 column: 41,
                },
               },
              },
             ),
             KeyValue(
              BindingKeyValue {
               from: [
                Raw(
                 PartRaw {
                  content: "modules",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 7,
                   },
                   end: Position {
                    line: 12,
                    column: 14,
                   },
                  },
                 },
                ),
               ],
               to: List(
                List {
                 elements: [
                  PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "config",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 19,
                       },
                       end: Position {
                        line: 12,
                        column: 25,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "defaults",
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 26,
                        },
                        end: Position {
                         line: 12,
                         column: 34,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 17,
                  },
                  end: Position {
                   line: 12,
                   column: 36,
                  },
                 },
                },
               ),
              },
             ),
             KeyValue(
              BindingKeyValue {
               from: [
                Raw(
                 PartRaw {
                  content: "baseModules",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 7,
                   },
                   end: Position {
                    line: 13,
                    column: 18,
                   },
                  },
                 },
                ),
               ],
               to: BinaryOperation(
                BinaryOperation {
                 left: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "import",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 22,
                      },
                      end: Position {
                       line: 13,
                       column: 28,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Path(
                     Path {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "../../modules/module-list.nix",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 29,
                          },
                          end: Position {
                           line: 13,
                           column: 58,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 29,
                       },
                       end: Position {
                        line: 13,
                        column: 58,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 operator: Concatenation,
                 right: BinaryOperation(
                  BinaryOperation {
                   left: List(
                    List {
                     elements: [
                      Path(
                       Path {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "./nixos-test-base.nix",
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 11,
                            },
                            end: Position {
                             line: 15,
                             column: 32,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 11,
                         },
                         end: Position {
                          line: 15,
                          column: 32,
                         },
                        },
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "key",
                              span: Span {
                               start: Position {
                                line: 16,
                                column: 13,
                               },
                               end: Position {
                                line: 16,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "nodes",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 16,
                               column: 19,
                              },
                              end: Position {
                               line: 16,
                               column: 26,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "_module",
                              span: Span {
                               start: Position {
                                line: 16,
                                column: 28,
                               },
                               end: Position {
                                line: 16,
                                column: 35,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "args",
                              span: Span {
                               start: Position {
                                line: 16,
                                column: 36,
                               },
                               end: Position {
                                line: 16,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "nodes",
                              span: Span {
                               start: Position {
                                line: 16,
                                column: 41,
                               },
                               end: Position {
                                line: 16,
                                column: 46,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "config",
                               span: Span {
                                start: Position {
                                 line: 16,
                                 column: 49,
                                },
                                end: Position {
                                 line: 16,
                                 column: 55,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "nodesCompat",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 56,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 67,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 16,
                          column: 11,
                         },
                         end: Position {
                          line: 16,
                          column: 70,
                         },
                        },
                       },
                      ),
                      Function(
                       Function {
                        head: Destructured(
                         FunctionHeadDestructured {
                          ellipsis: true,
                          identifier: None,
                          arguments: [
                           FunctionHeadDestructuredArgument {
                            identifier: "config",
                            default: None,
                           },
                          ],
                         },
                        ),
                        body: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "virtualisation",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 15,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "qemu",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 34,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "testModuleArgs",
                                 span: Span {
                                  start: Position {
                                   line: 19,
                                   column: 45,
                                  },
                                  end: Position {
                                   line: 19,
                                   column: 59,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "config",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 60,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 66,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "qemu",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 67,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 72,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 79,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "nixpkgs",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 15,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "config",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "allowAliases",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 23,
                                 column: 45,
                                },
                                end: Position {
                                 line: 23,
                                 column: 50,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 13,
                           },
                           end: Position {
                            line: 24,
                            column: 14,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 17,
                          column: 12,
                         },
                         end: Position {
                          line: 24,
                          column: 14,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "testModuleArgs",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 11,
                           },
                           end: Position {
                            line: 25,
                            column: 25,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "config",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 26,
                            },
                            end: Position {
                             line: 25,
                             column: 32,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "extraBaseModules",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 33,
                            },
                            end: Position {
                             line: 25,
                             column: 49,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 9,
                      },
                      end: Position {
                       line: 26,
                       column: 10,
                      },
                     },
                    },
                   ),
                   operator: Concatenation,
                   right: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optional",
                       span: Span {
                        start: Position {
                         line: 26,
                         column: 14,
                        },
                        end: Position {
                         line: 26,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 23,
                           },
                           end: Position {
                            line: 26,
                            column: 29,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "minimal",
                           span: Span {
                            start: Position {
                             line: 26,
                             column: 30,
                            },
                            end: Position {
                             line: 26,
                             column: 37,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Path(
                       Path {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "../../modules/testing/minimal-kernel.nix",
                           span: Span {
                            start: Position {
                             line: 26,
                             column: 38,
                            },
                            end: Position {
                             line: 26,
                             column: 78,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 26,
                          column: 38,
                         },
                         end: Position {
                          line: 26,
                          column: 78,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                },
               ),
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 9,
              column: 31,
             },
             end: Position {
              line: 27,
              column: 6,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
    ],
    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,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "node",
                 span: Span {
                  start: Position {
                   line: 35,
                   column: 5,
                  },
                  end: Position {
                   line: 35,
                   column: 9,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "type",
                 span: Span {
                  start: Position {
                   line: 35,
                   column: 10,
                  },
                  end: Position {
                   line: 35,
                   column: 14,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 35,
                    column: 17,
                   },
                   end: Position {
                    line: 35,
                    column: 25,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 36,
                           column: 7,
                          },
                          end: Position {
                           line: 36,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 14,
                           },
                           end: Position {
                            line: 36,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "raw",
                           span: Span {
                            start: Position {
                             line: 36,
                             column: 20,
                            },
                            end: Position {
                             line: 36,
                             column: 23,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 37,
                           column: 7,
                          },
                          end: Position {
                           line: 37,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "baseOS",
                          span: Span {
                           start: Position {
                            line: 37,
                            column: 17,
                           },
                           end: Position {
                            line: 37,
                            column: 23,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 37,
                             column: 24,
                            },
                            end: Position {
                             line: 37,
                             column: 28,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "internal",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 7,
                          },
                          end: Position {
                           line: 38,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "true",
                        span: Span {
                         start: Position {
                          line: 38,
                          column: 18,
                         },
                         end: Position {
                          line: 38,
                          column: 22,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 26,
                    },
                    end: Position {
                     line: 39,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "nodes",
                 span: Span {
                  start: Position {
                   line: 41,
                   column: 5,
                  },
                  end: Position {
                   line: 41,
                   column: 10,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 41,
                    column: 13,
                   },
                   end: Position {
                    line: 41,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 42,
                           column: 7,
                          },
                          end: Position {
                           line: 42,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 42,
                              column: 14,
                             },
                             end: Position {
                              line: 42,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "lazyAttrsOf",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 20,
                              },
                              end: Position {
                               line: 42,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "config",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 32,
                              },
                              end: Position {
                               line: 42,
                               column: 38,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "node",
                              span: Span {
                               start: Position {
                                line: 42,
                                column: 39,
                               },
                               end: Position {
                                line: 42,
                                column: 43,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 42,
                                column: 44,
                               },
                               end: Position {
                                line: 42,
                                column: 48,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "visible",
                         span: Span {
                          start: Position {
                           line: 43,
                           column: 7,
                          },
                          end: Position {
                           line: 43,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "shallow",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 18,
                            },
                            end: Position {
                             line: 43,
                             column: 25,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 43,
                          column: 17,
                         },
                         end: Position {
                          line: 43,
                          column: 26,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 44,
                           column: 7,
                          },
                          end: Position {
                           line: 44,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 44,
                            column: 21,
                           },
                           end: Position {
                            line: 44,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "An attribute set of NixOS configuration modules.\n\nThe configurations are augmented by the [`defaults`](#test-opt-defaults) option.\n\nThey are assigned network addresses according to the `nixos/lib/testing/network.nix` module.\n\nA few special options are available, that aren't in a plain NixOS configuration. See [Configuring the nodes](#sec-nixos-test-nodes)\n",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 1,
                               },
                               end: Position {
                                line: 52,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 27,
                            },
                            end: Position {
                             line: 52,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 22,
                    },
                    end: Position {
                     line: 53,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "defaults",
                 span: Span {
                  start: Position {
                   line: 55,
                   column: 5,
                  },
                  end: Position {
                   line: 55,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 55,
                    column: 16,
                   },
                   end: Position {
                    line: 55,
                    column: 24,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 7,
                          },
                          end: Position {
                           line: 56,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 21,
                           },
                           end: Position {
                            line: 56,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "NixOS configuration that is applied to all [{option}`nodes`](#test-opt-nodes).\n",
                              span: Span {
                               start: Position {
                                line: 57,
                                column: 1,
                               },
                               end: Position {
                                line: 58,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 56,
                             column: 27,
                            },
                            end: Position {
                             line: 58,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 59,
                           column: 7,
                          },
                          end: Position {
                           line: 59,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 59,
                            column: 14,
                           },
                           end: Position {
                            line: 59,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "deferredModule",
                           span: Span {
                            start: Position {
                             line: 59,
                             column: 20,
                            },
                            end: Position {
                             line: 59,
                             column: 34,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 60,
                           column: 7,
                          },
                          end: Position {
                           line: 60,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [],
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 17,
                         },
                         end: Position {
                          line: 60,
                          column: 20,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 55,
                     column: 25,
                    },
                    end: Position {
                     line: 61,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "extraBaseModules",
                 span: Span {
                  start: Position {
                   line: 63,
                   column: 5,
                  },
                  end: Position {
                   line: 63,
                   column: 21,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 63,
                    column: 24,
                   },
                   end: Position {
                    line: 63,
                    column: 32,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 64,
                           column: 7,
                          },
                          end: Position {
                           line: 64,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 21,
                           },
                           end: Position {
                            line: 64,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "NixOS configuration that, like [{option}`defaults`](#test-opt-defaults), is applied to all [{option}`nodes`](#test-opt-nodes) and can not be undone with [`specialisation.<name>.inheritParentConfig`](https://search.nixos.org/options?show=specialisation.%3Cname%3E.inheritParentConfig&from=0&size=50&sort=relevance&type=packages&query=specialisation).\n",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 1,
                               },
                               end: Position {
                                line: 66,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 27,
                            },
                            end: Position {
                             line: 66,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 67,
                           column: 7,
                          },
                          end: Position {
                           line: 67,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 67,
                            column: 14,
                           },
                           end: Position {
                            line: 67,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "deferredModule",
                           span: Span {
                            start: Position {
                             line: 67,
                             column: 20,
                            },
                            end: Position {
                             line: 67,
                             column: 34,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 68,
                           column: 7,
                          },
                          end: Position {
                           line: 68,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [],
                        span: Span {
                         start: Position {
                          line: 68,
                          column: 17,
                         },
                         end: Position {
                          line: 68,
                          column: 20,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 63,
                     column: 33,
                    },
                    end: Position {
                     line: 69,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "node",
                 span: Span {
                  start: Position {
                   line: 71,
                   column: 5,
                  },
                  end: Position {
                   line: 71,
                   column: 9,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "specialArgs",
                 span: Span {
                  start: Position {
                   line: 71,
                   column: 10,
                  },
                  end: Position {
                   line: 71,
                   column: 21,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 71,
                    column: 24,
                   },
                   end: Position {
                    line: 71,
                    column: 32,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 72,
                           column: 7,
                          },
                          end: Position {
                           line: 72,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 72,
                              column: 14,
                             },
                             end: Position {
                              line: 72,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "lazyAttrsOf",
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 20,
                              },
                              end: Position {
                               line: 72,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "types",
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 32,
                              },
                              end: Position {
                               line: 72,
                               column: 37,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "raw",
                              span: Span {
                               start: Position {
                                line: 72,
                                column: 38,
                               },
                               end: Position {
                                line: 72,
                                column: 41,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 73,
                           column: 7,
                          },
                          end: Position {
                           line: 73,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [],
                        span: Span {
                         start: Position {
                          line: 73,
                          column: 17,
                         },
                         end: Position {
                          line: 73,
                          column: 20,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 74,
                           column: 7,
                          },
                          end: Position {
                           line: 74,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 21,
                           },
                           end: Position {
                            line: 74,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "An attribute set of arbitrary values that will be made available as module arguments during the resolution of module `imports`.\n\nNote that it is not possible to override these from within the NixOS configurations. If you argument is not relevant to `imports`, consider setting {option}`defaults._module.args.<name>` instead.\n",
                              span: Span {
                               start: Position {
                                line: 75,
                                column: 1,
                               },
                               end: Position {
                                line: 78,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 74,
                             column: 27,
                            },
                            end: Position {
                             line: 78,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 71,
                     column: 33,
                    },
                    end: Position {
                     line: 79,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "minimal",
                 span: Span {
                  start: Position {
                   line: 81,
                   column: 5,
                  },
                  end: Position {
                   line: 81,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 81,
                    column: 15,
                   },
                   end: Position {
                    line: 81,
                    column: 23,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 82,
                           column: 7,
                          },
                          end: Position {
                           line: 82,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 82,
                            column: 14,
                           },
                           end: Position {
                            line: 82,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "bool",
                           span: Span {
                            start: Position {
                             line: 82,
                             column: 20,
                            },
                            end: Position {
                             line: 82,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 83,
                           column: 7,
                          },
                          end: Position {
                           line: 83,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "false",
                        span: Span {
                         start: Position {
                          line: 83,
                          column: 17,
                         },
                         end: Position {
                          line: 83,
                          column: 22,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 84,
                           column: 7,
                          },
                          end: Position {
                           line: 84,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 84,
                            column: 21,
                           },
                           end: Position {
                            line: 84,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Enable to configure all [{option}`nodes`](#test-opt-nodes) to run with a minimal kernel.\n",
                              span: Span {
                               start: Position {
                                line: 85,
                                column: 1,
                               },
                               end: Position {
                                line: 86,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 84,
                             column: 27,
                            },
                            end: Position {
                             line: 86,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 81,
                     column: 24,
                    },
                    end: Position {
                     line: 87,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "nodesCompat",
                 span: Span {
                  start: Position {
                   line: 89,
                   column: 5,
                  },
                  end: Position {
                   line: 89,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 89,
                    column: 19,
                   },
                   end: Position {
                    line: 89,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "internal",
                         span: Span {
                          start: Position {
                           line: 90,
                           column: 7,
                          },
                          end: Position {
                           line: 90,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "true",
                        span: Span {
                         start: Position {
                          line: 90,
                          column: 18,
                         },
                         end: Position {
                          line: 90,
                          column: 22,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 91,
                           column: 7,
                          },
                          end: Position {
                           line: 91,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 91,
                            column: 21,
                           },
                           end: Position {
                            line: 91,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Basically `_module.args.nodes`, but with backcompat and warnings added.\n\nThis will go away.\n",
                              span: Span {
                               start: Position {
                                line: 92,
                                column: 1,
                               },
                               end: Position {
                                line: 95,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 91,
                             column: 27,
                            },
                            end: Position {
                             line: 95,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 89,
                     column: 28,
                    },
                    end: Position {
                     line: 96,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 34,
             column: 13,
            },
            end: Position {
             line: 97,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config",
            span: Span {
             start: Position {
              line: 99,
              column: 3,
             },
             end: Position {
              line: 99,
              column: 9,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "_module",
                 span: Span {
                  start: Position {
                   line: 100,
                   column: 5,
                  },
                  end: Position {
                   line: 100,
                   column: 12,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "args",
                 span: Span {
                  start: Position {
                   line: 100,
                   column: 13,
                  },
                  end: Position {
                   line: 100,
                   column: 17,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "nodes",
                 span: Span {
                  start: Position {
                   line: 100,
                   column: 18,
                  },
                  end: Position {
                   line: 100,
                   column: 23,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "config",
                  span: Span {
                   start: Position {
                    line: 100,
                    column: 26,
                   },
                   end: Position {
                    line: 100,
                    column: 32,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "nodesCompat",
                   span: Span {
                    start: Position {
                     line: 100,
                     column: 33,
                    },
                    end: Position {
                     line: 100,
                     column: 44,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "nodesCompat",
                 span: Span {
                  start: Position {
                   line: 101,
                   column: 5,
                  },
                  end: Position {
                   line: 101,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mapAttrs",
                  span: Span {
                   start: Position {
                    line: 102,
                    column: 7,
                   },
                   end: Position {
                    line: 102,
                    column: 15,
                   },
                  },
                 },
                ),
                arguments: [
                 Function(
                  Function {
                   head: Simple(
                    FunctionHeadSimple {
                     identifier: "name",
                    },
                   ),
                   body: Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "config",
                      },
                     ),
                     body: BinaryOperation(
                      BinaryOperation {
                       left: Identifier(
                        Identifier {
                         id: "config",
                         span: Span {
                          start: Position {
                           line: 103,
                           column: 24,
                          },
                          end: Position {
                           line: 103,
                           column: 30,
                          },
                         },
                        },
                       ),
                       operator: Update,
                       right: Map(
                        Map {
                         recursive: false,
                         bindings: [
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Raw(
                              PartRaw {
                               content: "config",
                               span: Span {
                                start: Position {
                                 line: 104,
                                 column: 11,
                                },
                                end: Position {
                                 line: 104,
                                 column: 17,
                                },
                               },
                              },
                             ),
                            ],
                            to: FunctionApplication(
                             FunctionApplication {
                              function: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "lib",
                                  span: Span {
                                   start: Position {
                                    line: 104,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 104,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "warnIf",
                                   span: Span {
                                    start: Position {
                                     line: 104,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 104,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              arguments: [
                               FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 104,
                                       column: 32,
                                      },
                                      end: Position {
                                       line: 104,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "isInOldestRelease",
                                      span: Span {
                                       start: Position {
                                        line: 104,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 104,
                                        column: 53,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  Integer(
                                   Integer {
                                    value: "2211",
                                    span: Span {
                                     start: Position {
                                      line: 104,
                                      column: 54,
                                     },
                                     end: Position {
                                      line: 104,
                                      column: 58,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "Module argument `nodes.",
                                    span: Span {
                                     start: Position {
                                      line: 105,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 105,
                                      column: 44,
                                     },
                                    },
                                   },
                                  ),
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "name",
                                      span: Span {
                                       start: Position {
                                        line: 105,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 105,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: ".config` is deprecated. Use `nodes.",
                                    span: Span {
                                     start: Position {
                                      line: 105,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 105,
                                      column: 79,
                                     },
                                    },
                                   },
                                  ),
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "name",
                                      span: Span {
                                       start: Position {
                                        line: 105,
                                        column: 81,
                                       },
                                       end: Position {
                                        line: 105,
                                        column: 85,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "` instead.",
                                    span: Span {
                                     start: Position {
                                      line: 105,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 105,
                                      column: 96,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 105,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 105,
                                   column: 97,
                                  },
                                 },
                                },
                               ),
                               Identifier(
                                Identifier {
                                 id: "config",
                                 span: Span {
                                  start: Position {
                                   line: 106,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 106,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 103,
                           column: 34,
                          },
                          end: Position {
                           line: 107,
                           column: 10,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 103,
                       column: 16,
                      },
                      end: Position {
                       line: 107,
                       column: 10,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 103,
                     column: 10,
                    },
                    end: Position {
                     line: 107,
                     column: 10,
                    },
                   },
                  },
                 ),
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "config",
                     span: Span {
                      start: Position {
                       line: 108,
                       column: 9,
                      },
                      end: Position {
                       line: 108,
                       column: 15,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "nodes",
                      span: Span {
                       start: Position {
                        line: 108,
                        column: 16,
                       },
                       end: Position {
                        line: 108,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "passthru",
                 span: Span {
                  start: Position {
                   line: 110,
                   column: 5,
                  },
                  end: Position {
                   line: 110,
                   column: 13,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "nodes",
                 span: Span {
                  start: Position {
                   line: 110,
                   column: 14,
                  },
                  end: Position {
                   line: 110,
                   column: 19,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "config",
                  span: Span {
                   start: Position {
                    line: 110,
                    column: 22,
                   },
                   end: Position {
                    line: 110,
                    column: 28,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "nodesCompat",
                   span: Span {
                    start: Position {
                     line: 110,
                     column: 29,
                    },
                    end: Position {
                     line: 110,
                     column: 40,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 99,
             column: 12,
            },
            end: Position {
             line: 111,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 32,
        column: 1,
       },
       end: Position {
        line: 112,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 112,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 112,
    column: 2,
   },
  },
 },
)