gixy: pass‐through nginx tests
These exercise Gixy through the NixOS nginx module.
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user