---
Map {
 bindings: [
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "imports",
      position: (2, 3),
     },
    ],
   },
   List {
    elements: [
     Path {
      parts: [
       Raw {
        content: "./foo.nix",
        position: (3, 5),
       },
      ],
     },
     Path {
      parts: [
       Raw {
        content: "./bar.nix",
        position: (4, 5),
       },
      ],
     },
    ],
    position: (2, 13),
   },
  ),
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "enable",
      position: (7, 3),
     },
    ],
   },
   Variable {
    identifier: "true",
    position: (7, 12),
   },
  ),
 ],
 recursive: false,
 position: (1, 1),
}