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:
parent
71054adbc3
commit
ddc49fd564
1 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue