1{ 2 callPackages, 3 makeSetupHook, 4}: 5makeSetupHook { 6 name = "isDeclaredMap"; 7 passthru.tests = callPackages ./tests.nix { }; 8 meta.description = "Tests if an associative array is declared"; 9} ./isDeclaredMap.bash