@b-rodrigues Sorry follow-up question to #605: since you said that building all R packakages only takes a day or so (because of all the cached packages) and storage costs would not be too high:
Don't you think it makes sense to set up a server for this?
Maybe just and old laptop that you have or since you are in public server, maybe you have the option to get a server for free?
If this is not the case, I can also ask the IT department of my university, if I may use my server for that purpose.
So then we could just use nix-build once a week (as you do right now but not for some but for all packages) and then host it via e.g. Attic (instead of cachix, which you use right now)?
Then, if everything works, all packages would build and would be available as binaries for your weekly build and the dates that you provide.
@b-rodrigues Sorry follow-up question to #605: since you said that building all R packakages only takes a day or so (because of all the cached packages) and storage costs would not be too high:
Don't you think it makes sense to set up a server for this?
Maybe just and old laptop that you have or since you are in public server, maybe you have the option to get a server for free?
If this is not the case, I can also ask the IT department of my university, if I may use my server for that purpose.
So then we could just use nix-build once a week (as you do right now but not for some but for all packages) and then host it via e.g. Attic (instead of cachix, which you use right now)?
Then, if everything works, all packages would build and would be available as binaries for your weekly build and the dates that you provide.