Open provokateurin opened 3 months ago
I saw https://github.com/NixOS/nixpkgs/pull/326947 just removed the usage of nc4nix from nixpkgs, but nevertheless this would be an improvement worth considering even though it is irrelevant to the problem I'm having with nixpkgs.
And then that was reverted back in https://github.com/NixOS/nixpkgs/pull/331507 so this issue is actually relevant for nixpkgs...
https://github.com/helsinki-systems/nc4nix/issues/4 removed all beta releases, but in some cases this is unwanted because you want to use the beta version. For example the News app only has beta releases for the most recent Nextcloud versions because the migration to Vue is not entirely done yet. This means I can't use nix to install the News app on these versions because there is no non-beta release available.
On the other hand it makes sense that you normally only want non-beta releases, so both ways should be possible. How about providing both
<app>
and<app>-beta
with the later also allowing beta releases? It won't conflict with any app names since dashes are not allowed in the names of apps. Maybe there is a better solution to this, or you just advise everyone to manually configure the desired release which would probably also be sensible.