anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / networking / cluster / helm / plugins / default.nix
blob8ac059e98a2492eec3cb7084a3528d8764ffab89
1 { callPackage }:
4   helm-cm-push = callPackage ./helm-cm-push.nix { };
6   helm-diff = callPackage ./helm-diff.nix { };
8   helm-git = callPackage ./helm-git.nix { };
10   helm-mapkubeapis = callPackage ./helm-mapkubeapis.nix { };
12   helm-s3 = callPackage ./helm-s3.nix { };
14   helm-secrets = callPackage ./helm-secrets.nix { };
16   helm-unittest = callPackage ./helm-unittest.nix { };