@@ -91,7 +91,7 @@ If you have any question, please use the [discussions page](https://github.com/n
9191> Nixvim needs to be installed with a compatible nixpkgs version.
9292> This means that the ` main ` branch of Nixvim requires to be installed with ` nixpkgs-unstable ` .
9393>
94- > If you want to use Nixvim with nixpkgs 25.05 you should use the ` nixos-25.05 ` branch.
94+ > If you want to use Nixvim with nixpkgs 25.11 you should use the ` nixos-25.11 ` branch.
9595
9696For more detail, see the [ Installation] ( https://nix-community.github.io/nixvim ) section of our documentation.
9797
108108 nixvim = import (builtins.fetchGit {
109109 url = "https://github.com/nix-community/nixvim";
110110 # If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
111- # ref = "nixos-25.05 ";
111+ # ref = "nixos-25.11 ";
112112 });
113113in
114114{
@@ -151,7 +151,7 @@ flakes, just add the `nixvim` input:
151151 inputs.nixvim = {
152152 url = "github:nix-community/nixvim";
153153 # If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
154- # url = "github:nix-community/nixvim/nixos-25.05 ";
154+ # url = "github:nix-community/nixvim/nixos-25.11 ";
155155
156156 inputs.nixpkgs.follows = "nixpkgs";
157157 };
@@ -286,7 +286,7 @@ in pkgs.mkShell {
286286Documentation is available on this project's GitHub Pages page:
287287[ https://nix-community.github.io/nixvim ] ( https://nix-community.github.io/nixvim )
288288
289- The stable documentation is also available at [ https://nix-community.github.io/nixvim/25.05 ] ( https://nix-community.github.io/nixvim/25.05 ) .
289+ The stable documentation is also available at [ https://nix-community.github.io/nixvim/25.11 ] ( https://nix-community.github.io/nixvim/25.11 ) .
290290
291291If the option ` enableMan ` is set to ` true ` (by default it is), man pages will also
292292be installed containing the same information, they can be viewed with ` man nixvim ` .
0 commit comments