doc/src/installation: recommend 26.05 as stable branch (#2376)

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

Reviewed-by: Noah Biewesch <dev@noahbiewesch.com>
This commit is contained in:
typirr 2026-06-24 14:15:21 +00:00 committed by GitHub
parent a6a493119e
commit e084d011e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,8 @@ Stylix release. For example:
```nix
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
stylix.url = "github:nix-community/stylix/release-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
stylix.url = "github:nix-community/stylix/release-26.05";
}
```
@ -200,9 +200,9 @@ matching Stylix release. For example:
```nix
{
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";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
home-manager.url = "github:nix-community/home-manager/release-26.05";
stylix.url = "github:nix-community/stylix/release-26.05";
}
```