nginx: reference tests
This commit is contained in:
parent
bc120beb68
commit
571ed9d22e
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
|
{ stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
|
||||||
|
, nixosTests
|
||||||
, substituteAll, gd, geoip, perl
|
, substituteAll, gd, geoip, perl
|
||||||
, withDebug ? false
|
, withDebug ? false
|
||||||
, withStream ? true
|
, withStream ? true
|
||||||
@ -109,7 +110,10 @@ stdenv.mkDerivation {
|
|||||||
mv $out/sbin $out/bin
|
mv $out/sbin $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.modules = modules;
|
passthru = {
|
||||||
|
modules = modules;
|
||||||
|
tests.nginx = nixosTests.nginx;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A reverse proxy and lightweight webserver";
|
description = "A reverse proxy and lightweight webserver";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user