diff --git a/rust/flake.nix b/rust/flake.nix index 6650643..ada4164 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -40,9 +40,8 @@ rustToolchain openssl pkg-config - cargo-audit cargo-deny - cargo-cross + cargo-edit rust-analyzer ] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS