diff --git a/pyproject.toml b/pyproject.toml index 6125a9f412..ddfaf2d990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,3 +152,18 @@ typing-modules = ["frappe.types.DF"] quote-style = "double" indent-style = "tab" docstring-code-format = true + +[tool.frappix] +# use identifier from https://search.nixos.org/packages +nixpkgs-deps = [ + "mariadb", + "restic", + "wkhtmltopdf-bin", + "which", + "gzip", + "bash", + "redis", + "nodejs_22", + "python312", +] +