about summary refs log tree commit diff stats
path: root/rust
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-21 01:19:43 +0200
committerSoispha <soispha@vhack.eu>2023-08-21 01:19:43 +0200
commitfb59bc76b3538d3664dd1a043809aff288cb3c80 (patch)
tree7c7a8dc6b0de7b70f721ffe4e9411c4fc71eba45 /rust
parentFix(latex): Correct some variables (diff)
downloadflake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.tar.gz
flake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.zip
Fix(treewide): Remove language servers as they are managed by neovim
Diffstat (limited to 'rust')
-rw-r--r--rust/flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/rust/flake.nix b/rust/flake.nix
index e68d2d8..dc7c778 100644
--- a/rust/flake.nix
+++ b/rust/flake.nix
@@ -70,14 +70,9 @@
 
       devShells.default = pkgs.mkShell {
         packages = with pkgs; [
-          nil
-          alejandra
-          statix
-          ltex-ls
           cocogitto
 
-          rust-stable
-          rust-analyzer
+          rust_default
           cargo-edit
         ];
       };