forked from mirrors/nixpkgs
16 lines
269 B
Nix
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 { };
|
|
|
|
}
|