DotNET: Difference between revisions

Lostmsu (talk | contribs)
a few more steps were required to successfully build a new package
Lostmsu (talk | contribs)
fixed initial value of nugetDeps
Line 24: Line 24:
   dotnet-sdk = dotnetCorePackages.sdk_8_0;
   dotnet-sdk = dotnetCorePackages.sdk_8_0;
   dotnet-runtime = dotnetCorePackages.runtime_8_0;
   dotnet-runtime = dotnetCorePackages.runtime_8_0;
   nugetDeps = ./nuget-deps.nix; # only if there are NuGet dependencies
   nugetDeps = null; # only if there are NuGet dependencies, real file will be genned later


   meta = with lib; {
   meta = with lib; {