Commit 4376ad62ad90

Vincent Demeester <vincent@sbr.pm>
2025-07-28 14:27:05
home: comment out some packages that fails
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 23a0916
Changed files (4)
home/common/dev/ai.nix
@@ -3,7 +3,7 @@
   home.packages = with pkgs; [
     aichat
     aider-chat
-    goose-cli
+    # goose-cli
     llm
     # openai-whisper
     whisper-cpp
home/common/dev/base.nix
@@ -46,7 +46,6 @@
     yq-go
     # radicle-node
     vscode-fhs
-    harper
 
     bash-language-server
   ];
home/common/dev/emacs.nix
@@ -38,7 +38,7 @@ let
       consult-project-extra
       consult-vc-modified-files
       copilot
-      copilot-chat
+      # copilot-chat
       corfu
       corfu-candidate-overlay
       dape
home/common/dev/python.nix
@@ -13,7 +13,7 @@
     ))
     uv
     ruff
-    black
+    # black
   ];
   home.sessionVariables = {
     PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc";