docker-nixpkgs/curl/default.nix
zimbatm 9baba96f89
abstract CLI image generation
and add busybox in all the images
2019-02-08 21:15:41 +01:00

6 lines
58 B
Nix

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