doc: recommend 25.05 as stable version (#1320)
This commit is contained in:
parent
6b2bc89659
commit
34b5930894
1 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue