doc: recommend 25.05 as stable version (#1320)

This commit is contained in:
awwpotato 2025-05-23 12:29:21 -07:00 committed by GitHub
parent 6b2bc89659
commit 34b5930894
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-24.11";
stylix.url = "github:nix-community/stylix/release-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
stylix.url = "github:nix-community/stylix/release-25.05";
}
```
@ -190,9 +190,9 @@ matching Stylix release. For example:
```nix
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager.url = "github:nix-community/home-manager/release-24.11";
stylix.url = "github:nix-community/stylix/release-24.11";
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";
}
```