openresty: include nginx-variants test in passthru.tests

(cherry picked from commit ad3a0656fb)
This commit is contained in:
Martin Weinelt 2026-06-28 03:04:29 +02:00 committed by github-actions[bot]
commit 4f30adc913

View file

@ -66,6 +66,7 @@ callPackage ../nginx/generic.nix args rec {
passthru = {
tests = {
inherit (nixosTests) openresty-lua;
inherit (nixosTests.nginx-variants) openresty;
};
updateScript = lib.getExe (writeShellApplication {
name = "openresty-update";