Nixpkgs/Update Scripts: Difference between revisions
m →Unstable Git Updater: tagConverter: switch to permalink example. |
Add a link to ryantm logs |
||
Line 15: | Line 15: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; | passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; | ||
</syntaxhighlight> | </syntaxhighlight>If you're wondering why your package isn't receiving update PRs, it can be useful to check the [https://r.ryantm.com/log/ ryantm logs]. | ||
=== Git Updater === | === Git Updater === |