shit broke

This commit is contained in:
TheK0tYaRa 2026-02-25 18:13:56 +02:00
parent f45d11be35
commit 6b5b149c04

View file

@ -11,6 +11,16 @@ final: prev: {
});
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(pyFinal: pyPrev: {
sseclient-py = pyPrev.sseclient-py.overridePythonAttrs (old: rec {
format = "pyproject";
nativeBuildInputs = (old.nativeBuildInputs or []) ++ (with pyPrev; [
hatchling
#pypaBuildHook
#pypaInstallHook
]);
doCheck = false;
});
haystack-ai = pyPrev.haystack-ai.overridePythonAttrs (old: rec {
version = "2.24.1";