···5656# The type of build to perform. This is passed to `dotnet` with the `--configuration` flag. Possible values are `Release`, `Debug`, etc.
5757, buildType ? "Release"
5858# The dotnet SDK to use.
5959-, dotnet-sdk ? dotnetCorePackages.sdk_5_0
5959+, dotnet-sdk ? dotnetCorePackages.sdk_6_0
6060# The dotnet runtime to use.
6161-, dotnet-runtime ? dotnetCorePackages.runtime_5_0
6161+, dotnet-runtime ? dotnetCorePackages.runtime_6_0
6262# The dotnet SDK to run tests against. This can differentiate from the SDK compiled against.
6363, dotnet-test-sdk ? dotnet-sdk
6464, ... } @ args:
-1
pkgs/development/compilers/inklecate/default.nix
···2525 executables = [ "inklecate" ];
26262727 dotnet-runtime = dotnetCorePackages.runtime_3_1;
2828- dotnet-sdk = dotnetCorePackages.sdk_6_0;
29283029 meta = with lib; {
3130 description = "Compiler for ink, inkle's scripting language";