Nixpkgs/Automatic Updates: Difference between revisions
Mdaniels5757 (talk | contribs) refactor: nixpkgs-update is not an updateScript, so it shouldn't be mixed in with them. |
Mdaniels5757 (talk | contribs) copy edit lede |
||
| Line 1: | Line 1: | ||
Update Scripts can be added to packages | Update Scripts can be added to packages by setting <code><nowiki>passthru.updateScript</nowiki></code>. This is then executed by [[r-ryantm]] to create an updated pull request. It can be manually invoked via <code>nix-shell maintainers/scripts/update.nix --argstr package <packagename></code>. | ||
== Update Scripts == | == Update Scripts == | ||