tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
helm-docs: remove default platform
Sandro Jäckel
4 years ago
662abd6a
38a9cc17
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm-docs
default.nix
-1
pkgs/applications/networking/cluster/helm-docs/default.nix
···
23
meta = with lib; {
24
homepage = "https://github.com/norwoodj/helm-docs";
25
description = "A tool for automatically generating markdown documentation for Helm charts";
26
-
platforms = platforms.unix;
27
license = licenses.gpl3Only;
28
maintainers = with maintainers; [ sagikazarmark ];
29
};
···
23
meta = with lib; {
24
homepage = "https://github.com/norwoodj/helm-docs";
25
description = "A tool for automatically generating markdown documentation for Helm charts";
0
26
license = licenses.gpl3Only;
27
maintainers = with maintainers; [ sagikazarmark ];
28
};