My NUR repo is getting big. Is there an auto-update script similar to nixpkgs?

Hi,

Does anyone have experience with auto-update scripts for NUR? My nur-repo has grown to over 70 packages and it’s not so easy to manually track new versions.

Thanks!

GitHub - Mic92/nix-update: Swiss-knife for updating nix packages. + a script to interate over the attrs in the repo?

GitHub - selfuryon/nix-update-action: Update flake packages by nix-update via github-actions this has worked pretty well for me so far – uses nix-update under the hood

nix-update-action/nix-update.sh at 21ef9ccb47eb482821e0502a80e988e0dfe49e6b · selfuryon/nix-update-action · GitHub seems about what I’d expect :slight_smile: although joining them by comma only to split them again is a choice.

I have a flake “app” that just runs every package’s passthru.updateScript (which ends up being nix-update-script most times anyway).

1 Like