diff --git a/pkgs/tools/admin/gixy/default.nix b/pkgs/tools/admin/gixy/default.nix index 8d0fe24098f8..157430dcecda 100644 --- a/pkgs/tools/admin/gixy/default.nix +++ b/pkgs/tools/admin/gixy/default.nix @@ -3,6 +3,7 @@ fetchFromGitHub, fetchpatch2, python3, + nginx, }: let @@ -57,6 +58,10 @@ python.pkgs.buildPythonApplication rec { pythonRemoveDeps = [ "argparse" ]; + passthru = { + inherit (nginx.passthru) tests; + }; + meta = { description = "Nginx configuration static analyzer"; mainProgram = "gixy";