add nginx for fun
This commit is contained in:
parent
aa62d8a2a6
commit
00e19c8779
2 changed files with 7 additions and 0 deletions
6
images/nginx/default.nix
Normal file
6
images/nginx/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ buildCLIImage
|
||||
, nginx
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = nginx;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue