From 1f9787cf112ebc82be6000c4bd1c09b7dc88c319 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 6 Feb 2025 17:40:53 -0500 Subject: Update nixpkgs and stupid fixes Some things got through the CI system, probably during updates. So I had more stupid little fixes to do. I should really improve bild to the point that these won't happen anymore and builds don't take so long. --- Omni/Bild/Deps.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'Omni/Bild/Deps.nix') diff --git a/Omni/Bild/Deps.nix b/Omni/Bild/Deps.nix index 6f5cc5c..b410f3b 100644 --- a/Omni/Bild/Deps.nix +++ b/Omni/Bild/Deps.nix @@ -28,7 +28,5 @@ _self: super: { nostr-rs-relay = super.callPackage ./Deps/nostr-rs-relay.nix {}; - ollama = super.unstable.ollama.override {acceleration = "cuda";}; - radicale = super.radicale.overrideAttrs (_old: {doCheck = false;}); } -- cgit v1.2.3