@@ -91,7 +91,7 @@ If you have any question, please use the [discussions page](https://github.com/n
91
91
> NixVim needs to be installed with a compatible nixpkgs version.
92
92
> This means that the ` main ` branch of NixVim requires to be installed with ` nixpkgs-unstable ` .
93
93
>
94
- > If you want to use NixVim with nixpkgs 24.11 you should use the ` nixos-24.11 ` branch.
94
+ > If you want to use NixVim with nixpkgs 25.05 you should use the ` nixos-25.05 ` branch.
95
95
96
96
For more detail, see the [ Installation] ( https://nix-community.github.io/nixvim ) section of our documentation.
97
97
108
108
nixvim = import (builtins.fetchGit {
109
109
url = "https://github.com/nix-community/nixvim";
110
110
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim.
111
- # ref = "nixos-24.11 ";
111
+ # ref = "nixos-25.05 ";
112
112
});
113
113
in
114
114
{
@@ -151,7 +151,7 @@ flakes, just add the nixvim input:
151
151
inputs.nixvim = {
152
152
url = "github:nix-community/nixvim";
153
153
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim.
154
- # url = "github:nix-community/nixvim/nixos-24.11 ";
154
+ # url = "github:nix-community/nixvim/nixos-25.05 ";
155
155
156
156
inputs.nixpkgs.follows = "nixpkgs";
157
157
};
@@ -286,7 +286,7 @@ in pkgs.mkShell {
286
286
Documentation is available on this project's GitHub Pages page:
287
287
[ https://nix-community.github.io/nixvim ] ( https://nix-community.github.io/nixvim )
288
288
289
- The stable documentation is also available at [ https://nix-community.github.io/nixvim/24.11 ] ( https://nix-community.github.io/nixvim/24.11 ) .
289
+ The stable documentation is also available at [ https://nix-community.github.io/nixvim/25.05 ] ( https://nix-community.github.io/nixvim/25.05 ) .
290
290
291
291
If the option ` enableMan ` is set to ` true ` (by default it is), man pages will also
292
292
be installed containing the same information, they can be viewed with ` man nixvim ` .
0 commit comments