csharp-ls: fix updateScript

(cherry picked from commit 97318b96d6)
This commit is contained in:
David McFarland 2024-10-21 23:53:46 -03:00 committed by Emily
parent e99213898e
commit c5b49e3597

View File

@ -17,7 +17,7 @@ buildDotnetGlobalTool rec {
dotnet-sdk = sdk_8_0;
dotnet-runtime = sdk_8_0;
passthru.tests = {
passthru = {
updateScript = nix-update-script { };
};