diff --git a/flake.nix b/flake.nix index 29ededb70b..cd259d0467 100644 --- a/flake.nix +++ b/flake.nix @@ -525,15 +525,12 @@ devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ - (fenixPkgs.complete.withComponents [ - "cargo" - "clippy" - "rust-src" - "rustc" - "rustfmt" - ]) + cargo + clippy + rustc + rustfmt + rust-analyzer cargo-deny - fenixPkgs.rust-analyzer perl # needed to build vendored OpenSSL ]; };