Loading pkgs/by-name/cs/csharprepl/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ buildDotnetGlobalTool { version = "0.6.6"; dotnet-sdk = dotnetCorePackages.sdk_8_0; dotnet-runtime = dotnetCorePackages.runtime_8_0; # We're using an SDK here because it's a REPL, and it requires an SDK instaed of a runtime dotnet-runtime = dotnetCorePackages.sdk_8_0; nugetHash = "sha256-VkZGnfD8p6oAJ7i9tlfwJfmKfZBHJU7Wdq+K4YjPoRs="; Loading Loading
pkgs/by-name/cs/csharprepl/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ buildDotnetGlobalTool { version = "0.6.6"; dotnet-sdk = dotnetCorePackages.sdk_8_0; dotnet-runtime = dotnetCorePackages.runtime_8_0; # We're using an SDK here because it's a REPL, and it requires an SDK instaed of a runtime dotnet-runtime = dotnetCorePackages.sdk_8_0; nugetHash = "sha256-VkZGnfD8p6oAJ7i9tlfwJfmKfZBHJU7Wdq+K4YjPoRs="; Loading