Loading pkgs/tools/security/deepsecrets/default.nix +5 −11 Original line number Diff line number Diff line Loading @@ -22,9 +22,7 @@ python3.pkgs.buildPythonApplication rec { "mmh3" ]; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ dotwiz Loading @@ -36,13 +34,7 @@ python3.pkgs.buildPythonApplication rec { regex ]; pythonImportsCheck = [ "deepsecrets" ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; disabledTests = [ # assumes package is built in /app (docker?), and not /build/${src.name} (nix sandbox) Loading @@ -51,12 +43,14 @@ python3.pkgs.buildPythonApplication rec { "test_basic_info" ]; pythonImportsCheck = [ "deepsecrets" ]; meta = { description = "Secrets scanner that understands code"; mainProgram = "deepsecrets"; homepage = "https://github.com/avito-tech/deepsecrets"; changelog = "https://github.com/avito-tech/deepsecrets/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "deepsecrets"; }; } Loading
pkgs/tools/security/deepsecrets/default.nix +5 −11 Original line number Diff line number Diff line Loading @@ -22,9 +22,7 @@ python3.pkgs.buildPythonApplication rec { "mmh3" ]; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ dotwiz Loading @@ -36,13 +34,7 @@ python3.pkgs.buildPythonApplication rec { regex ]; pythonImportsCheck = [ "deepsecrets" ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; disabledTests = [ # assumes package is built in /app (docker?), and not /build/${src.name} (nix sandbox) Loading @@ -51,12 +43,14 @@ python3.pkgs.buildPythonApplication rec { "test_basic_info" ]; pythonImportsCheck = [ "deepsecrets" ]; meta = { description = "Secrets scanner that understands code"; mainProgram = "deepsecrets"; homepage = "https://github.com/avito-tech/deepsecrets"; changelog = "https://github.com/avito-tech/deepsecrets/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "deepsecrets"; }; }