docs: notify useGlobalPackages breaking change

This commit is contained in:
Matt Sturgeon 2025-01-19 13:23:14 +00:00
parent 82415eaa5d
commit 85e4e16de8
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -8,6 +8,14 @@ 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`.
## What is it?
NixVim is a [Neovim](https://neovim.io) distribution built around
[Nix](https://nixos.org) modules. It is distributed as a Nix flake, and