Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit a9b367d

Browse files
committed
📦 (flake): update
we're so back ?
1 parent fe23ecd commit a9b367d

File tree

7 files changed

+46
-103
lines changed

7 files changed

+46
-103
lines changed

flake.lock

Lines changed: 45 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
./devshell.nix
1010
./git-hooks.nix
1111
./nixvim.nix
12-
./pkgs-by-name.nix
1312
./treefmt.nix
1413
];
1514

flake/pkgs-by-name.nix

Lines changed: 0 additions & 19 deletions
This file was deleted.

modules/nixvim/plug/avante/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
claude = {
1414
endpoint = "https://api.anthropic.com";
1515
max_tokens = 4096;
16-
model = "claude-3-5-sonnet-latest";
16+
model = "claude-3-7-sonnet-20250219";
1717
temperature = 0;
1818
};
1919
diff = {

modules/nixvim/plug/trouble/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
self,
3-
system,
42
lib,
53
config,
64
...
75
}:
86
{
97
plugins.trouble = {
108
enable = true;
11-
package = self.packages.${system}.trouble-nvim;
129
};
1310
keymaps = lib.mkIf config.plugins.trouble.enable [
1411
{

packages/snacks-nvim/package.nix

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/trouble-nvim/package.nix

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)