inklecate: use dotnet 3.1 to compile

This commit is contained in:
mdarocha 2022-07-15 16:54:06 +02:00
parent a3fff0c947
commit dc652d46d7

View file

@ -25,6 +25,7 @@ buildDotnetModule rec {
executables = [ "inklecate" ];
dotnet-runtime = dotnetCorePackages.runtime_3_1;
dotnet-sdk = dotnetCorePackages.sdk_3_1;
meta = with lib; {
description = "Compiler for ink, inkle's scripting language";