lol

Merge pull request #261084 from raphaelr/patch/rider

jetbrains.rider: symlink dotnet-sdk again

authored by

Weijia Wang and committed by
GitHub
3004751e 75023c43

+4 -1
+4 -1
pkgs/applications/editors/jetbrains/default.nix
··· 289 289 lib/ReSharperHost/linux-*/ \ 290 290 plugins/dotCommon/DotFiles/linux-*/ \ 291 291 plugins/dotTrace/DotFiles/linux-*/ 292 - ln -s ${dotnet-sdk_7} lib/ReSharperHost/linux-*/dotnet 292 + 293 + for dir in lib/ReSharperHost/linux-*; do 294 + ln -s ${dotnet-sdk_7} $dir/dotnet 295 + done 293 296 ) 294 297 ''; 295 298 });