mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
add nginx for fun
This commit is contained in:
6
images/nginx/default.nix
Normal file
6
images/nginx/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ buildCLIImage
|
||||
, nginx
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = nginx;
|
||||
}
|
||||
Reference in New Issue
Block a user