diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix index c69d33c27b6c..1dc418ef1be5 100644 --- a/pkgs/development/tools/rust/rust-analyzer/default.nix +++ b/pkgs/development/tools/rust/rust-analyzer/default.nix @@ -69,7 +69,9 @@ rustPlatform.buildRustPackage rec { passthru = { updateScript = nix-update-script { }; # FIXME: Pass overrided `rust-analyzer` once `buildRustPackage` also implements #119942 - tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { }; + # FIXME: test script can't find rust std lib so hover doesn't return expected result + # https://github.com/NixOS/nixpkgs/pull/354304 + # tests.neovim-lsp = callPackage ./test-neovim-lsp.nix { }; }; meta = with lib; {