Add deputy package and LSP configuration for Zed

This commit is contained in:
2026-06-04 00:08:36 +02:00
parent 870b3941c0
commit 965a0a714b
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -8,5 +8,6 @@
uv uv
python314 python314
ruff ruff
deputy
]; ];
} }
+10
View File
@@ -15,6 +15,16 @@
# ]; # ];
# }; # };
# }; # };
deputy = {
binary = {
path = lib.getExe pkgs.deputy;
arguments = [
"serve"
"--github-token"
"$(gh auth token)"
];
};
};
rust-analyzer = { rust-analyzer = {
binary = { binary = {
path = lib.getExe pkgs.bash; path = lib.getExe pkgs.bash;