From 1a4c53f754d4e40bf524d1b50c101b974dc95907 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Mar 2025 11:53:59 -0400 Subject: Update, disable aider, datasette, and jupyter These are broken in upstream nixpkgs. Updating didn't fix them, so I'm just gonna disable them for now. I'm using pipx to install aider anyway. Also: Remove _ literal from GLOBIGNORE. I think it was causing the **/* glob to include stuff in the cabdir, idk why. --- Omni/Bild.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Omni/Bild.nix') diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 741ea0e..c6c0fe7 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -114,7 +114,7 @@ bc cmark universal-ctags - datasette + #datasette deadnix fd figlet @@ -137,7 +137,7 @@ tree wemux ; - aider-chat = unstable.aider-chat; + #aider-chat = unstable.aider-chat; llama-cpp = unstable.llama-cpp; # can't put this in the dev namespace because it pulls in openai with # python311, which conflicts with any other usage of openai with @@ -249,11 +249,11 @@ name = "omnidev"; # this should just be dev tools buildInputs = with self.pkgs; [ - aider-chat + #aider-chat bat bc self.bild - datasette + #datasette universal-ctags fd figlet -- cgit v1.2.3