mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
update-dotnet-lockfiles: update comment to mention nuget-to-json
This commit is contained in:
parent
8ea76507ab
commit
318b37a8d6
1 changed files with 3 additions and 3 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue