mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
docs: add note on "following" nixpkgs input (#3317)
The use of `follows` in a flake can cause issues even when `useGlobalPackages` is disabled. Highlight this in the doc.
This commit is contained in:
parent
49a7bb573a
commit
ff0ccdf572
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ Documentation is currently available for the following versions:
|
|||
> 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@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue