ra-multiplex: fix typo on wrapProgram --suffix PATH

This commit is contained in:
Congee 2024-09-25 14:47:40 -04:00
parent 8f92904d89
commit db9b9f9a49
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
wrapProgram $out/bin/ra-multiplex \
--suffix PATH ${lib.makeBinPath [ rust-analyzer ]}
--suffix PATH : ${lib.makeBinPath [ rust-analyzer ]}
'';
meta = with lib; {