chore(dotnet): avoid using two different dotnet versions
rider uses dotnet-sdk_8 for reshaper, but dotnetCorePackages has a different version
This commit is contained in:
parent
a2722c84ed
commit
e7b937da94
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ in
|
|||
packages = [ pkgs.jetbrains.rider ];
|
||||
|
||||
file = {
|
||||
".dotnet/8".source =
|
||||
mkOutOfStoreSymlink "${pkgs.dotnetCorePackages.dotnet_8.sdk.unwrapped}/share/dotnet";
|
||||
".dotnet/8".source = mkOutOfStoreSymlink "${pkgs.dotnet-sdk_8}/share/dotnet";
|
||||
".dotnet/mono".source = mkOutOfStoreSymlink pkgs.mono;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue