feat: declare system dependencies for frappix (#28197)

This commit is contained in:
David Arnold 2024-10-20 18:34:04 +02:00 committed by GitHub
parent 8bfab20780
commit 085d2b7803
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
]