dotnet: remove nuget-to-nix support

This commit is contained in:
Jamie Magee
2025-08-27 18:25:04 -07:00
parent 5ed6fee39c
commit 4e36f266d6
3 changed files with 3 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
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', 'nuget-to-json', or other changes to the
to 'fetch-deps', 'nuget-to-json', or other changes to the
dotnet build infrastructure. Regular updates should be done through the
individual packages update scripts.
*/