doc: recommend 25.11 as stable branch (#2025)

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

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
0xda157 2025-12-02 14:33:23 -10:00 committed by GitHub
parent 71054adbc3
commit ddc49fd564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,8 +36,8 @@ Stylix release. For example:
```nix
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
stylix.url = "github:nix-community/stylix/release-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
stylix.url = "github:nix-community/stylix/release-25.11";
}
```
@ -190,9 +190,9 @@ matching Stylix release. For example:
```nix
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
home-manager.url = "github:nix-community/home-manager/release-25.05";
stylix.url = "github:nix-community/stylix/release-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
home-manager.url = "github:nix-community/home-manager/release-25.11";
stylix.url = "github:nix-community/stylix/release-25.11";
}
```