Loading pkgs/servers/http/nginx/generic.nix +3 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ stdenv.mkDerivation { in noSourceRefs + postInstall; passthru = { modules = modules; inherit modules; tests = { inherit (nixosTests) nginx nginx-auth nginx-etag nginx-globalredirect nginx-http3 nginx-pubhtml nginx-sandbox nginx-sso; variants = lib.recurseIntoAttrs nixosTests.nginx-variants; Loading @@ -187,7 +187,8 @@ stdenv.mkDerivation { meta = if meta != null then meta else with lib; { description = "A reverse proxy and lightweight webserver"; homepage = "http://nginx.org"; license = licenses.bsd2; license = [ licenses.bsd2 ] ++ concatMap (m: m.meta.license) modules; platforms = platforms.all; maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ]; }; Loading pkgs/servers/http/nginx/modules.nix +363 −17 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
pkgs/servers/http/nginx/generic.nix +3 −2 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ stdenv.mkDerivation { in noSourceRefs + postInstall; passthru = { modules = modules; inherit modules; tests = { inherit (nixosTests) nginx nginx-auth nginx-etag nginx-globalredirect nginx-http3 nginx-pubhtml nginx-sandbox nginx-sso; variants = lib.recurseIntoAttrs nixosTests.nginx-variants; Loading @@ -187,7 +187,8 @@ stdenv.mkDerivation { meta = if meta != null then meta else with lib; { description = "A reverse proxy and lightweight webserver"; homepage = "http://nginx.org"; license = licenses.bsd2; license = [ licenses.bsd2 ] ++ concatMap (m: m.meta.license) modules; platforms = platforms.all; maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ]; }; Loading
pkgs/servers/http/nginx/modules.nix +363 −17 File changed.Preview size limit exceeded, changes collapsed. Show changes