mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
20c78da41f
This is necessary for running `helm` with a helmfile.yaml containing git+https URLs.
14 lines
215 B
Nix
14 lines
215 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
|
|
helm-diff = callPackage ./helm-diff.nix { };
|
|
|
|
helm-git = callPackage ./helm-git.nix { };
|
|
|
|
helm-s3 = callPackage ./helm-s3.nix { };
|
|
|
|
helm-secrets = callPackage ./helm-secrets.nix { };
|
|
|
|
}
|