feat: declare system dependencies for frappix (#28197)
This commit is contained in:
parent
8bfab20780
commit
085d2b7803
1 changed files with 15 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue