Loading pkgs/by-name/ha/harlequin/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: { "questionary" "rich-click" "textual" "tomlkit" "tree-sitter" "tree-sitter-sql" ]; Loading pkgs/development/python-modules/harlequin-postgres/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchPypi, hatchling, psycopg, duckdb, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -24,7 +26,8 @@ buildPythonPackage rec { dependencies = [ psycopg psycopg.pool ]; ] ++ lib.optional (pythonAtLeast "3.14") duckdb; # To prevent circular dependency # as harlequin-postgres requires harlequin which requires harlequin-postgres Loading Loading
pkgs/by-name/ha/harlequin/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ python3Packages.buildPythonApplication (finalAttrs: { "questionary" "rich-click" "textual" "tomlkit" "tree-sitter" "tree-sitter-sql" ]; Loading
pkgs/development/python-modules/harlequin-postgres/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ fetchPypi, hatchling, psycopg, duckdb, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -24,7 +26,8 @@ buildPythonPackage rec { dependencies = [ psycopg psycopg.pool ]; ] ++ lib.optional (pythonAtLeast "3.14") duckdb; # To prevent circular dependency # as harlequin-postgres requires harlequin which requires harlequin-postgres Loading