nginx: reference tests

wip/yesman
Jörg Thalheim 5 years ago
parent bc120beb68
commit 571ed9d22e
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
  1. 6
      pkgs/servers/http/nginx/generic.nix

@ -1,4 +1,5 @@
{ stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
, nixosTests
, substituteAll, gd, geoip, perl
, withDebug ? false
, withStream ? true
@ -109,7 +110,10 @@ stdenv.mkDerivation {
mv $out/sbin $out/bin
'';
passthru.modules = modules;
passthru = {
modules = modules;
tests.nginx = nixosTests.nginx;
};
meta = {
description = "A reverse proxy and lightweight webserver";

Loading…
Cancel
Save