mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
harlequin: Add tree-sitter-sql as dependency
This commit is contained in:
parent
dbe4980a89
commit
50e7996cfa
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||
"pyarrow"
|
||||
"textual"
|
||||
"syrupy"
|
||||
"tree-sitter-sql"
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [ poetry-core ];
|
||||
|
@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec {
|
|||
textual-fastdatatable
|
||||
textual-textarea
|
||||
tomlkit
|
||||
tree-sitter-sql
|
||||
]
|
||||
++ lib.optionals withPostgresAdapter [ harlequin-postgres ]
|
||||
++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue