Skip to content

Commit

Permalink
jetbrains.rider: use dotnet sdk 8 as sdk 7 has been marked insecure
Browse files Browse the repository at this point in the history
Relates to NixOS#358533
  • Loading branch information
Marlinc committed Nov 30, 2024
1 parent a5ea1f3 commit cad8b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ in
, zlib
, python3
, lldb
, dotnet-sdk_7
, dotnet-sdk_8
, maven
, openssl
Expand Down Expand Up @@ -241,7 +240,7 @@ rec {
for dir in lib/ReSharperHost/linux-*; do
rm -rf $dir/dotnet
ln -s ${dotnet-sdk_7.unwrapped}/share/dotnet $dir/dotnet
ln -s ${dotnet-sdk_8.unwrapped}/share/dotnet $dir/dotnet
done
)
'';
Expand Down

0 comments on commit cad8b48

Please sign in to comment.