mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
openresty: include nginx-variants test in passthru.tests
(cherry picked from commit ad3a0656fb)
This commit is contained in:
parent
2c74ee68e8
commit
4f30adc913
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue