pinact: 1.0.0 -> 1.1.2 and set CGO_ENABLED=0 (#368078)
[NixPkgs.git] / pkgs / applications / networking / cluster / helm / plugins / default.nix
bloba1ecfaa07c21892091253ce322c3d56747396199
1 { callPackage }:
4   helm-cm-push = callPackage ./helm-cm-push.nix { };
6   helm-diff = callPackage ./helm-diff.nix { };
8   helm-dt = callPackage ./helm-dt.nix { };
10   helm-git = callPackage ./helm-git.nix { };
12   helm-mapkubeapis = callPackage ./helm-mapkubeapis.nix { };
14   helm-s3 = callPackage ./helm-s3.nix { };
16   helm-secrets = callPackage ./helm-secrets.nix { };
18   helm-unittest = callPackage ./helm-unittest.nix { };