Unverified Commit 5111b7af authored by Emily's avatar Emily Committed by natsukium
Browse files

gixy: pass‐through nginx tests

These exercise Gixy through the NixOS nginx module.
parent 6bd2c757
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";