Skip to content

Commit

Permalink
jetbrains.rider: Use unwrapped location of sdk (#358178)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Nov 28, 2024
2 parents bed88b7 + f3ea13c commit 581d7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
'';
Expand Down

0 comments on commit 581d7e4

Please sign in to comment.