docker-nixpkgs/images/kubectl/default.nix
zimbatm fd0323f40f
move images into ./images
having a folder with all of the images makes things easier
2019-03-16 14:50:00 +01:00

6 lines
64 B
Nix

{ buildCLIImage
, kubectl
}:
buildCLIImage {
drv = kubectl;
}