jetbrains.rider: Use unwrapped location of sdk (#358178)

This commit is contained in:
Masum Reza 2024-11-28 22:15:56 +05:30 committed by GitHub
commit 581d7e4d23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ rec {
for dir in lib/ReSharperHost/linux-*; do
rm -rf $dir/dotnet
ln -s ${dotnet-sdk_7} $dir/dotnet
ln -s ${dotnet-sdk_7.unwrapped}/share/dotnet $dir/dotnet
done
)
'';