DotNET: Difference between revisions

Klinger (talk | contribs)
m Category:Languages
YoshiRulz (talk | contribs)
m For initial nugetDeps file gen, suggest the more convenient method of a blank file
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 = ./deps.nix; # to generate, set to `""`, then `nix-build -A fetch-deps && ./result`
   nugetDeps = ./deps.nix; # create a blank file here, then populate it with `nix-build -A fetch-deps && ./result`


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