helm-docs: remove default platform

-1
-1
pkgs/applications/networking/cluster/helm-docs/default.nix
··· 23 23 meta = with lib; { 24 24 homepage = "https://github.com/norwoodj/helm-docs"; 25 25 description = "A tool for automatically generating markdown documentation for Helm charts"; 26 - platforms = platforms.unix; 27 26 license = licenses.gpl3Only; 28 27 maintainers = with maintainers; [ sagikazarmark ]; 29 28 };