diff --git a/pkgs/by-name/ha/harlequin/package.nix b/pkgs/by-name/ha/harlequin/package.nix index fccaaac2c7ec..30f190825fb0 100644 --- a/pkgs/by-name/ha/harlequin/package.nix +++ b/pkgs/by-name/ha/harlequin/package.nix @@ -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 ];