{pkgs?import<nixpkgs>{}}:#This file configures the test indexletfullJsonTestSpec=basename:d:_:{argotest=pkgs.nix-update-source.fetch"${basename}/${d}/argotest.json";nrm=pkgs.nix-update-source.fetch"${basename}/${d}/nrm.json";libnrm=pkgs.nix-update-source.fetch"${basename}/${d}/libnrm.json";containers=pkgs.nix-update-source.fetch"${basename}/${d}/containers.json";};getSpec=d:builtins.mapAttrs(fullJsonTestSpecd)(builtins.readDird);in(getSpec./fulljson)//{}