---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (6, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "imports",
        position: (9, 3),
       },
      ],
     },
     List {
      elements: [
       Path {
        parts: [
         Raw {
          content: "./netboot.nix",
          position: (10, 7),
         },
        ],
       },
       Path {
        parts: [
         Raw {
          content: "../../profiles/all-hardware.nix",
          position: (13, 7),
         },
        ],
       },
       Path {
        parts: [
         Raw {
          content: "../../profiles/base.nix",
          position: (14, 7),
         },
        ],
       },
       Path {
        parts: [
         Raw {
          content: "../../profiles/installation-device.nix",
          position: (15, 7),
         },
        ],
       },
      ],
      position: (10, 5),
     },
    ),
   ],
   recursive: false,
   position: (8, 1),
  },
  position: (6, 1),
 },
 position: (4, 1),
}