updated aiCode extension

This commit is contained in:
Leyla Becker 2025-07-24 01:06:50 -05:00
parent 1ac0b89935
commit 9b5ccf6cc9
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,8 @@ in {
"alejandra.program" = "alejandra"; "alejandra.program" = "alejandra";
}) })
(lib.mkIf ai-tooling-enabled { (lib.mkIf ai-tooling-enabled {
}) "aiCode.ollamaHost" = "http://defiant:11434";
})
]; ];
extensions = let extensions = let

View file

@ -12,10 +12,10 @@
src = builtins.fetchGit { src = builtins.fetchGit {
url = "ssh://git@git.jan-leila.com/jan-leila/ai-code.git"; url = "ssh://git@git.jan-leila.com/jan-leila/ai-code.git";
rev = "480b51830602b28009e6b5c5014e7e2970a0a3b3"; rev = "bdb615876df41717180c31640a8542b86326a9b3";
}; };
npmDepsHash = "sha256-WxLb+e0itOCIRXpVOjcbPm6QNWbdSKZOPeXLyOa4ROQ="; npmDepsHash = "sha256-kjMyEnT3dz0yH5Ydh+aGoFDocKpBYGRmfnwbEdvvgpY=";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
vsce vsce