rustc: build rust-analyzer-proc-macro-srv

It was incorrectly removed in https://github.com/NixOS/nixpkgs/pull/243283
This commit is contained in:
figsoda
2023-07-24 14:35:23 -04:00
parent 48c72f00ba
commit 45e33f6672
+1 -1
View File
@@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
"--release-channel=stable"
"--set=build.rustc=${rustc}/bin/rustc"
"--set=build.cargo=${cargo}/bin/cargo"
"--tools=rustc"
"--tools=rustc,rust-analyzer-proc-macro-srv"
"--enable-rpath"
"--enable-vendor"
"--build=${rust.toRustTargetSpec stdenv.buildPlatform}"