Categorize Nixpkgs branch names into families #295
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A "family" would be something like the 24.05 release, containing
nixos-24.05-small
,nixos-24.05
,nixpkgs-24.05-darwin
etc. A family can be end of life, unstable or stable.There is already the
NixChannel
class representing some of that information. It would be good to have an additional utility function, that provides that structure to the suggestions view. Also we need to make sure that this is future proof, e.g. when the NixOS release cadence changes again in the future.Closed by #293