Merge #176480: vulkan-tools: fix Hydra breakage on Darwin

+1
+1
pkgs/tools/graphics/vulkan-tools/default.nix
··· 103 103 use of the Vulkan API. 104 104 ''; 105 105 homepage = "https://github.com/KhronosGroup/Vulkan-Tools"; 106 + hydraPlatforms = [ "x86_64-linux" "i686-linux" ]; 106 107 platforms = platforms.unix; 107 108 license = licenses.asl20; 108 109 maintainers = [ maintainers.ralith ];