diff --git a/pkgs/development/tools/rust/rust-analyzer/generic.nix b/pkgs/development/tools/rust/rust-analyzer/generic.nix index d1dab3423bc..d5ac9eaa5ee 100644 --- a/pkgs/development/tools/rust/rust-analyzer/generic.nix +++ b/pkgs/development/tools/rust/rust-analyzer/generic.nix @@ -35,7 +35,8 @@ rustPlatform.buildRustPackage { export RUST_SRC_PATH=${rustPlatform.rustcSrc} ''; - doInstallCheck = true; + # Temporary disabled until #93119 is fixed. + doInstallCheck = false; installCheckPhase = '' runHook preInstallCheck versionOutput="$($out/bin/rust-analyzer --version)"