From b0040830b1fecda0dfbcffedc36761dfcb1df24a Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 25 Jun 2024 03:24:29 -0500 Subject: [PATCH] nix: remove spurious `rust-analyzer` input This is already included with the `ourRustVersion` expression since it includes a complete Rust toolchain with all extensions. Signed-off-by: Austin Seipp --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index b4a4109fb..9dd89ebf6 100644 --- a/flake.nix +++ b/flake.nix @@ -150,9 +150,6 @@ openssl zstd libgit2 libssh2 pkg-config - # Make sure rust-analyzer is present - rust-analyzer - # Additional tools recommended by contributing.md cargo-deny cargo-insta