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/Deps.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Omni/Bild/Deps.nix') diff --git a/Omni/Bild/Deps.nix b/Omni/Bild/Deps.nix index b410f3b..ca296d4 100644 --- a/Omni/Bild/Deps.nix +++ b/Omni/Bild/Deps.nix @@ -1,9 +1,13 @@ -_self: super: { +_self: super: let + dontCheck = drv: drv.overrideAttrs (_: {doCheck = false;}); +in { cgit = super.overrideSrc super.cgit super.sources.cgit; # Needs upgrading for guile 3 # inspekt3d = super.callPackage ./Deps/inspekt3d.nix {}; + gupnp = dontCheck super.gupnp; + guix = super.pkgs.stdenv.mkDerivation rec { pname = "guix"; name = "${pname}-${version}"; @@ -28,5 +32,9 @@ _self: super: { nostr-rs-relay = super.callPackage ./Deps/nostr-rs-relay.nix {}; - radicale = super.radicale.overrideAttrs (_old: {doCheck = false;}); + radicale = dontCheck super.radicale; + + thrift = dontCheck super.thrift; + + valkey = dontCheck super.valkey; } -- cgit v1.2.3