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