From ec007bf2d3cef84da7b2d687807b223384177a05 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 4 Jun 2025 14:27:49 -0400 Subject: Re-enable datasette, llm, and aider I had to update nixos-unstable-small and nixos-24_11 and disable a bunch of tests, and then re-compile like the whole world, but aider is actually working, finally. --- Omni/Bild/Python.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Omni/Bild/Python.nix') diff --git a/Omni/Bild/Python.nix b/Omni/Bild/Python.nix index 7ae9aa9..5d1705a 100644 --- a/Omni/Bild/Python.nix +++ b/Omni/Bild/Python.nix @@ -4,6 +4,9 @@ _self: super: { with pysuper.pkgs.python312Packages; let dontCheck = p: p.overridePythonAttrs (_: {doCheck = false;}); in { + aider-chat = pysuper.aider-chat.withOptional {withAll = false;}; + aiohttp = dontCheck pysuper.aiohttp; + anthropic = dontCheck pysuper.anthropic; anyio = dontCheck pysuper.anyio; interegular = callPackage ./Deps/interegular.nix {}; ipython = dontCheck pysuper.ipython; @@ -24,7 +27,9 @@ _self: super: { --replace-fail "0.0.0" "${version}" ''; }); + onnx = dontCheck pysuper.onnx; outlines = callPackage ./Deps/outlines.nix {}; + psycopg = dontCheck pysuper.psycopg; pydantic-ai = callPackage ./Deps/pydantic-ai.nix {}; pydantic-ai-slim = callPackage ./Deps/pydantic-ai-slim.nix {}; pydantic-graph = callPackage ./Deps/pydantic-graph.nix {}; -- cgit v1.2.3