-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stylix: add release-24.11 branch #655
Comments
I cant get stylix to break on me with something other than nixpkgs with this flake.I think that releasing a branch like this could be very helpful, sorry if I wasnt supposed to comment on this one. |
How hard is it to backport things to a potential |
It's not hard. It's just additional maintenance. IMHO, it might be best to create the stable branch now. Unfortunately, I don't have permission to create the I noticed that Stylix uses a non-standard naming convention for stable branches: |
That would be great. From my usage perspective, only Gnome would need some tweaking, since the theming seems a bit broken as described in #618.
Maybe I am wrong, but maybe it is based on how home-manager does it. They also only have |
@trueNAHO I've created the branch, and relaxed the branch protection rules so you should be able to create other release branches in the future :) |
Same here. It boils down to replacing programs = lib.optionalAttrs (config.programs ? kubecolor) {
kubecolor.settings = { I am aware that it is more troublesome, but it is a potential fix and would eliminate the need for release branches. |
This has been discussed before in previous issues. Although we could potentially avoid release branches using this, it increases code complexity, and it's likely to be forgotten about and not removed when the option is fully released. There are also other uses for release branches, for example the GNOME module which targets a particular version of GNOME. We would otherwise have to maintain multiple sets of patches on the |
Considering that
nixos-24.11
is available, we should create our24.11
release:git branch release-24.11 master && git push danth release-24.11
Based on recent issues, Stylix seems to be "slightly" broken with the current input versions. Should we first resolve those problems or already release our
release-24.11
branch and backport the fixes?Cc: @danth
The text was updated successfully, but these errors were encountered: