mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: notify useGlobalPackages
breaking change
This commit is contained in:
parent
82415eaa5d
commit
85e4e16de8
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue