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