netcoredbg: explicitly disable dotnet-runtime

This commit is contained in:
David McFarland 2024-10-27 13:42:42 -03:00
parent aa0289eda4
commit d9f506c5c3

View File

@ -43,6 +43,7 @@ let
managed = buildDotnetModule {
inherit pname version src dotnet-sdk;
dotnet-runtime = null;
projectFile = "src/managed/ManagedPart.csproj";
nugetDeps = ./deps.nix;