treewide: replace mentions of 24.11 with 25.05

(cherry picked from commit 764a9b8dda)
This commit is contained in:
Gaetan Lepage 2025-05-24 10:30:51 +02:00 committed by Mergify
parent bf50def4f8
commit da74b41118
6 changed files with 9 additions and 9 deletions

View file

@ -60,7 +60,7 @@ When using Nixvim, it is possible to encounter errors about something not being
```
This usually means one of two things:
- The nixpkgs version is not in line with NixVim (for example nixpkgs nixos-24.11 is used with NixVim master)
- The nixpkgs version is not in line with NixVim (for example nixpkgs nixos-25.05 is used with NixVim master)
- The nixpkgs unstable version used with NixVim is not recent enough.
When building nixvim using flakes and our ["standalone mode"][standalone], we usually recommend _not_ declaring a "follows" for `inputs.nixvim`.