forked from github-mirror/docker-nixpkgs
move images into ./images
having a folder with all of the images makes things easier
This commit is contained in:
7
images/kubernetes-helm/default.nix
Normal file
7
images/kubernetes-helm/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ buildCLIImage
|
||||
, kubernetes-helm
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = kubernetes-helm;
|
||||
binName = "helm";
|
||||
}
|
||||
Reference in New Issue
Block a user