nixpkgs/pkgs/applications/networking/cluster/helm/plugins/default.nix
2022-08-02 22:54:28 +03:00

16 lines
269 B
Nix

{ callPackage }:
{
helm-diff = callPackage ./helm-diff.nix { };
helm-git = callPackage ./helm-git.nix { };
helm-cm-push = callPackage ./helm-cm-push.nix { };
helm-s3 = callPackage ./helm-s3.nix { };
helm-secrets = callPackage ./helm-secrets.nix { };
}