···56# The type of build to perform. This is passed to `dotnet` with the `--configuration` flag. Possible values are `Release`, `Debug`, etc.
57, buildType ? "Release"
58# The dotnet SDK to use.
59-, dotnet-sdk ? dotnetCorePackages.sdk_5_0
60# The dotnet runtime to use.
61-, dotnet-runtime ? dotnetCorePackages.runtime_5_0
62# The dotnet SDK to run tests against. This can differentiate from the SDK compiled against.
63, dotnet-test-sdk ? dotnet-sdk
64, ... } @ args:
···56# The type of build to perform. This is passed to `dotnet` with the `--configuration` flag. Possible values are `Release`, `Debug`, etc.
57, buildType ? "Release"
58# The dotnet SDK to use.
59+, dotnet-sdk ? dotnetCorePackages.sdk_6_0
60# The dotnet runtime to use.
61+, dotnet-runtime ? dotnetCorePackages.runtime_6_0
62# The dotnet SDK to run tests against. This can differentiate from the SDK compiled against.
63, dotnet-test-sdk ? dotnet-sdk
64, ... } @ args:
-1
pkgs/development/compilers/inklecate/default.nix
···25 executables = [ "inklecate" ];
2627 dotnet-runtime = dotnetCorePackages.runtime_3_1;
28- dotnet-sdk = dotnetCorePackages.sdk_6_0;
2930 meta = with lib; {
31 description = "Compiler for ink, inkle's scripting language";
···25 executables = [ "inklecate" ];
2627 dotnet-runtime = dotnetCorePackages.runtime_3_1;
02829 meta = with lib; {
30 description = "Compiler for ink, inkle's scripting language";