gixy: pass‐through nginx tests

These exercise Gixy through the NixOS nginx module.
This commit is contained in:
Emily
2024-07-28 22:51:58 +01:00
committed by Florian Brandes
parent 0171497789
commit b24e38eba5

View File

@@ -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";