add nginx for fun

This commit is contained in:
zimbatm 2019-03-16 15:41:12 +01:00
parent aa62d8a2a6
commit 00e19c8779
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 7 additions and 0 deletions

6
images/nginx/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ buildCLIImage
, nginx
}:
buildCLIImage {
drv = nginx;
}