https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
13 lines
215 B
Nix
13 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 { };
|
|
|
|
}
|