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

7 lines
78 B
Nix

{ buildCLIImage
, docker-compose
}:
buildCLIImage {
drv = docker-compose;
}