Loading pkgs/by-name/of/offat/package.nix +6 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -17,9 +18,7 @@ python3.pkgs.buildPythonApplication rec { sourceRoot = "${src.name}/src"; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ aiohttp Loading @@ -45,9 +44,7 @@ python3.pkgs.buildPythonApplication rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "offat" ]; pythonImportsCheck = [ "offat" ]; meta = with lib; { description = "Tool to test APIs for prevalent vulnerabilities"; Loading Loading
pkgs/by-name/of/offat/package.nix +6 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -17,9 +18,7 @@ python3.pkgs.buildPythonApplication rec { sourceRoot = "${src.name}/src"; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ aiohttp Loading @@ -45,9 +44,7 @@ python3.pkgs.buildPythonApplication rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "offat" ]; pythonImportsCheck = [ "offat" ]; meta = with lib; { description = "Tool to test APIs for prevalent vulnerabilities"; Loading