7 buildDotnetGlobalTool {
11 dotnet-sdk = dotnetCorePackages.sdk_8_0;
12 dotnet-runtime = dotnetCorePackages.runtime_8_0;
14 nugetHash = "sha256-JHatCW+hl2792S+HYeEbbYbCIS+N4DmOctqXB/56/HU=";
17 description = "A polyglot REPL built on .NET Interactive";
18 homepage = "https://github.com/jonsequitur/dotnet-repl";
19 license = lib.licenses.mit;
20 mainProgram = "dotnet-repl";
21 maintainers = with lib.maintainers; [ tomasajt ];