update-dotnet-lockfiles: update comment to mention nuget-to-json

This commit is contained in:
GGG 2024-12-05 20:53:11 -03:00
parent 8ea76507ab
commit 318b37a8d6

View file

@ -5,9 +5,9 @@
This script finds all the derivations in nixpkgs that have a 'fetch-deps' This script finds all the derivations in nixpkgs that have a 'fetch-deps'
attribute, and runs all of them sequentially. This is useful to test changes attribute, and runs all of them sequentially. This is useful to test changes
to 'fetch-deps', 'nuget-to-nix', or other changes to the dotnet build to 'fetch-deps', 'nuget-to-nix', 'nuget-to-json', or other changes to the
infrastructure. Regular updates should be done through the individual packages dotnet build infrastructure. Regular updates should be done through the
update scripts. individual packages update scripts.
*/ */
{ ... }@args: { ... }@args:
import ./update.nix ( import ./update.nix (