diff options
author | Soispha <soispha@vhack.eu> | 2023-08-21 01:19:43 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-21 01:19:43 +0200 |
commit | fb59bc76b3538d3664dd1a043809aff288cb3c80 (patch) | |
tree | 7c7a8dc6b0de7b70f721ffe4e9411c4fc71eba45 /rust/flake.nix | |
parent | Fix(latex): Correct some variables (diff) | |
download | flake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.tar.gz flake-templates-fb59bc76b3538d3664dd1a043809aff288cb3c80.zip |
Fix(treewide): Remove language servers as they are managed by neovim
Diffstat (limited to 'rust/flake.nix')
-rw-r--r-- | rust/flake.nix | 7 |
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 ]; }; |