before flake update

This commit is contained in:
2025-11-21 10:17:59 +01:00
parent 1cb02d2249
commit 0c522ead1f

View File

@@ -43,8 +43,5 @@
variables = { variables = {
OLLAMA_API_BASE = "http://localhost:11434"; OLLAMA_API_BASE = "http://localhost:11434";
}; };
shellAliases = {
aider = "aider --config ~/.config/aider/.aider.conf.yml";
};
}; };
} }