stylix/release: bump to 26.11 (#2340)

Link: https://github.com/nix-community/stylix/pull/2340

Reviewed-by: pancho horrillo <pancho@pancho.name>
Reviewed-by: Noah Biewesch <dev@noahbiewesch.com>
This commit is contained in:
0xda157 2026-06-02 09:33:51 -07:00 committed by GitHub
parent 8a3adcc5dd
commit b670c2bdf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
options.stylix = {
release = lib.mkOption {
description = "The version of NixOS that Stylix is built to support";
default = "26.05";
default = "26.11";
internal = true;
readOnly = true;
};