docker-nixpkgs/images/nginx/default.nix
2019-03-16 15:41:12 +01:00

6 lines
60 B
Nix

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