You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disko have a branch that contains the latest stable release github:nix-community/disko/latest.
It would be nice to have similar for nix-flatpak as then I could use github:gmodena/nix-flatpak/latest in the flake.nix, have CI update the lock file and perform tests to ensure that things still work.
Currently I need to monitor this repo and manually update the git url to match the ref of a release.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. I am not fond of the long-lived branches workflow, so I don't see a stable branch happening. However, I think what you're asking could be addressed by simply adding a latest tag that points to the most recent tagged commit. I am not familiar with disko, but I suppose that is what they are doing: https://github.com/nix-community/disko/tags.
If this does not break the flakeHub publication workflow, I see no problem with auto-tagging with latest on release.
Disko have a branch that contains the latest stable release
github:nix-community/disko/latest
.It would be nice to have similar for
nix-flatpak
as then I could usegithub:gmodena/nix-flatpak/latest
in theflake.nix
, have CI update the lock file and perform tests to ensure that things still work.Currently I need to monitor this repo and manually update the git url to match the ref of a release.
The text was updated successfully, but these errors were encountered: