mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
12 lines
166 B
Nix
12 lines
166 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
|
|
helm-diff = callPackage ./helm-diff.nix {};
|
|
|
|
helm-s3 = callPackage ./helm-s3.nix {};
|
|
|
|
helm-secrets = callPackage ./helm-secrets.nix {};
|
|
|
|
}
|