---
FunctionApplication {
 function: Variable {
  identifier: "import",
  position: (9, 1),
 },
 arguments: [
  Path {
   parts: [
    Raw {
     content: "../../pkgs/top-level/release.nix",
     position: (9, 8),
    },
   ],
  },
  Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "scrubJobs",
        position: (12, 5),
       },
      ],
     },
     Variable {
      identifier: "false",
      position: (12, 17),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "supportedSystems",
        position: (14, 5),
       },
      ],
     },
     List {
      elements: [
       String {
        parts: [
         Raw {
          content: "x86_64-linux",
          position: (14, 27),
         },
        ],
       },
      ],
      position: (14, 24),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "limitedSupportedSystems",
        position: (15, 5),
       },
      ],
     },
     List {
      elements: [],
      position: (15, 31),
     },
    ),
   ],
   recursive: false,
   position: (10, 3),
  },
 ],
}