openresty: include nginx-variants test in passthru.tests

This commit is contained in:
Martin Weinelt
2026-06-28 03:04:29 +02:00
parent e9f2aca3d1
commit ad3a0656fb
+1
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";