From NixOS/nixpkgs#493379 (comment)
COSMIC DE uses update scripts to update each of the initial components, but does not use @r-ryantm because each of the components should be updated simultaneously.
I propose the addition of meta.upgradeGroup, which is a string that if present, requires that all other packages with the same meta.upgradeGroup also be updated at the same time.
From NixOS/nixpkgs#493379 (comment)
COSMIC DE uses update scripts to update each of the initial components, but does not use @r-ryantm because each of the components should be updated simultaneously.
I propose the addition of
meta.upgradeGroup, which is a string that if present, requires that all other packages with the samemeta.upgradeGroupalso be updated at the same time.