From 085d2b7803d6c9bcf95cd33f5f901374b7ee162c Mon Sep 17 00:00:00 2001 From: David Arnold Date: Sun, 20 Oct 2024 18:34:04 +0200 Subject: [PATCH] feat: declare system dependencies for frappix (#28197) --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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", +] +