mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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'
|
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 (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue