treewide: replace mentions of 24.05 with 24.11

This commit is contained in:
Gaetan Lepage 2024-11-21 08:29:44 +01:00
parent 0c89a669f6
commit a35f923d6a
6 changed files with 9 additions and 9 deletions

View file

@ -54,7 +54,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.05 is used with NixVim master)
- The nixpkgs version is not in line with NixVim (for example nixpkgs nixos-24.11 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`.