mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
8 lines
100 B
Nix
8 lines
100 B
Nix
{ buildCLIImage
|
|
, kubernetes-helm
|
|
}:
|
|
buildCLIImage {
|
|
drv = kubernetes-helm;
|
|
binName = "helm";
|
|
}
|