summaryrefslogtreecommitdiff
path: root/Omni/Bild.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-03-24 11:53:59 -0400
committerBen Sima <ben@bsima.me>2025-04-11 12:30:08 -0400
commit1a4c53f754d4e40bf524d1b50c101b974dc95907 (patch)
treeac24412f0526e189cb775d5695a968c8529f9db7 /Omni/Bild.nix
parent63671e942197c7b2d16fcbb3c27164c481777cb3 (diff)
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.
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r--Omni/Bild.nix8
1 files changed, 4 insertions, 4 deletions
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