From fb59bc76b3538d3664dd1a043809aff288cb3c80 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 21 Aug 2023 01:19:43 +0200 Subject: Fix(treewide): Remove language servers as they are managed by neovim --- rust/flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'rust') 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 ]; }; -- cgit 1.4.1