docker-nixpkgs/images/caddy/default.nix
2020-01-27 15:18:32 +01:00

6 lines
60 B
Nix

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