mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
Add explanation on follow
The use of `follows` in a flake can cause issues even if `useGlobalPackages` is set. Highlight this in the doc.
This commit is contained in:
parent
49a7bb573a
commit
ddfed61201
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)
|
> 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`.
|
> 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@
|
@README@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue