refactor: reduce coupling

This commit is contained in:
2025-07-28 21:37:27 +08:00
parent 78e3c5a26e
commit 7afb2a7b1c
53 changed files with 2964 additions and 3444 deletions

View File

@@ -14,7 +14,7 @@
{
default = pkgs.mkShell {
packages = with pkgs; [
/* (fenix.packages.${system}.complete.withComponents [
(fenix.packages.${system}.complete.withComponents [
"cargo"
"clippy"
"rust-src"
@@ -22,7 +22,7 @@
"rustfmt"
"rust-analyzer"
"miri"
]) */
])
gdb
valgrind
gemini-cli