From 318b37a8d6d1991369606455b4b446a34811f49f Mon Sep 17 00:00:00 2001 From: GGG Date: Thu, 5 Dec 2024 20:53:11 -0300 Subject: [PATCH] update-dotnet-lockfiles: update comment to mention nuget-to-json --- maintainers/scripts/update-dotnet-lockfiles.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainers/scripts/update-dotnet-lockfiles.nix b/maintainers/scripts/update-dotnet-lockfiles.nix index 1422c1e70b49..65ea5e4bbe02 100644 --- a/maintainers/scripts/update-dotnet-lockfiles.nix +++ b/maintainers/scripts/update-dotnet-lockfiles.nix @@ -5,9 +5,9 @@ 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 - to 'fetch-deps', 'nuget-to-nix', or other changes to the dotnet build - infrastructure. Regular updates should be done through the individual packages - update scripts. + to 'fetch-deps', 'nuget-to-nix', 'nuget-to-json', or other changes to the + dotnet build infrastructure. Regular updates should be done through the + individual packages update scripts. */ { ... }@args: import ./update.nix (