berberman / nvfetcher

Generate nix sources expr for the latest version of packages
https://nvfetcher.torus.icu
MIT License
178 stars 15 forks source link

[fetaure request] Support filter file names in fetchGitHubRelease' like functions. #109

Open Vonfry opened 1 year ago

Vonfry commented 1 year ago

fetchGitHubRelease' accepts a function whose parameter is version . Could it pass a list of file names or some thing more generic?

Currently, this feature can be done by fetching github api, getting assets url and set them into package sets manually before calling runNvFetcher'.