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