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, fetchFromGitHub,
fetchpatch2, fetchpatch2,
python3, python3,
nginx,
}: }:
let let
@@ -57,6 +58,10 @@ python.pkgs.buildPythonApplication rec {
pythonRemoveDeps = [ "argparse" ]; pythonRemoveDeps = [ "argparse" ];
passthru = {
inherit (nginx.passthru) tests;
};
meta = { meta = {
description = "Nginx configuration static analyzer"; description = "Nginx configuration static analyzer";
mainProgram = "gixy"; mainProgram = "gixy";