mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
update aider model and git cleanup comments
This commit is contained in:
parent
8c247f2ca0
commit
13ada6b7bd
2 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
# Main model:
|
# Main model:
|
||||||
|
|
||||||
## Specify the model to use for the main chat
|
## Specify the model to use for the main chat
|
||||||
model: anthropic/claude-sonnet-4-20250514
|
model: anthropic/claude-sonnet-4-5-20250929
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# API Keys and settings:
|
# API Keys and settings:
|
||||||
|
|
|
@ -34,6 +34,7 @@ let
|
||||||
pull = {
|
pull = {
|
||||||
rebase = true;
|
rebase = true;
|
||||||
};
|
};
|
||||||
|
# Commented out as xcode had issues with it.
|
||||||
# url = {
|
# url = {
|
||||||
# "git@github.com:" = {
|
# "git@github.com:" = {
|
||||||
# insteadOf = "https://github.com/";
|
# insteadOf = "https://github.com/";
|
||||||
|
@ -62,8 +63,8 @@ let
|
||||||
"*.metals"
|
"*.metals"
|
||||||
"*.metals.sbt"
|
"*.metals.sbt"
|
||||||
"*metals.sbt"
|
"*metals.sbt"
|
||||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
"*.envrc"
|
||||||
"*hie.yaml" # ghcide files
|
"*hie.yaml"
|
||||||
"*.vscode"
|
"*.vscode"
|
||||||
"result"
|
"result"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue