Set up LLM and Aider.

Update flake deps.
This commit is contained in:
2025-04-02 13:43:04 +01:00
parent 82b4eabaa3
commit 1e6a246f5b
3 changed files with 54 additions and 43 deletions

View File

@@ -15,6 +15,8 @@
NIX_LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc
];
GEMINI_API_KEY = "AIzaSyBZkifYOFNKCjROLa_GZyzQbB2EbEYIby4";
LLM_GEMINI_KEY = "AIzaSyBZkifYOFNKCjROLa_GZyzQbB2EbEYIby4";
};
shellAliases = {
@@ -25,6 +27,7 @@
directories = [
".cache/nix"
".cache/nix-index"
".config/io.datasette.llm/"
".config/sops/"
".docker/"
".local/share/fish"