treewide: 25.05 -> 25.11

This commit is contained in:
Gaetan Lepage 2025-12-01 10:10:41 +01:00 committed by Gaétan Lepage
parent 027c96a161
commit af1ce0d14c
4 changed files with 9 additions and 9 deletions

View file

@ -91,7 +91,7 @@ If you have any question, please use the [discussions page](https://github.com/n
> Nixvim needs to be installed with a compatible nixpkgs version.
> This means that the `main` branch of Nixvim requires to be installed with `nixpkgs-unstable`.
>
> If you want to use Nixvim with nixpkgs 25.05 you should use the `nixos-25.05` branch.
> If you want to use Nixvim with nixpkgs 25.11 you should use the `nixos-25.11` branch.
For more detail, see the [Installation](https://nix-community.github.io/nixvim) section of our documentation.
@ -108,7 +108,7 @@ let
nixvim = import (builtins.fetchGit {
url = "https://github.com/nix-community/nixvim";
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
# ref = "nixos-25.05";
# ref = "nixos-25.11";
});
in
{
@ -151,7 +151,7 @@ flakes, just add the `nixvim` input:
inputs.nixvim = {
url = "github:nix-community/nixvim";
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
# url = "github:nix-community/nixvim/nixos-25.05";
# url = "github:nix-community/nixvim/nixos-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -286,7 +286,7 @@ in pkgs.mkShell {
Documentation is available on this project's GitHub Pages page:
[https://nix-community.github.io/nixvim](https://nix-community.github.io/nixvim)
The stable documentation is also available at [https://nix-community.github.io/nixvim/25.05](https://nix-community.github.io/nixvim/25.05).
The stable documentation is also available at [https://nix-community.github.io/nixvim/25.11](https://nix-community.github.io/nixvim/25.11).
If the option `enableMan` is set to `true` (by default it is), man pages will also
be installed containing the same information, they can be viewed with `man nixvim`.