1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 08:31:05 +01:00

docs: drop "Recent Breaking Changes" section

They aren't "recent" anymore.
This commit is contained in:
Matt Sturgeon 2025-12-03 06:59:06 +00:00 committed by Gaétan Lepage
parent 8d085d4094
commit 51daa6bf06

View file

@ -8,16 +8,6 @@ Documentation is currently available for the following versions:
@DOCS_VERSIONS@
## Recent Breaking Changes
> [!CAUTION]
> By default, Nixvim now constructs its own instance of nixpkgs, using the revision from our flake.lock.
> This change was largely motivated by: [How do I solve "`<name>` cannot be found in `pkgs`"](./user-guide/faq.html#how-do-i-solve-name-cannot-be-found-in-pkgs)
>
> The old behaviour can be restored by enabling `nixpkgs.useGlobalPackages`.
>
> If your flake modifies the `nixpkgs` through `follows` this can still cause issues by changing the expected `nixpkg` `nixvim` was tested & built against.
@README@
## Welcome to the docs!