mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
modules/nixpkgs: add useGlobalPackages
option
This commit is contained in:
parent
912841c1a7
commit
7790746d38
5 changed files with 185 additions and 18 deletions
|
@ -41,8 +41,9 @@ in
|
|||
# }
|
||||
# '';
|
||||
defaultText = lib.literalMD ''
|
||||
The `pkgs` inherited from your host config (i.e. NixOS, home-manager, or nix-darwin),
|
||||
or the `pkgs` supplied to `makeNixvimWithModule` when building a standalone nixvim.
|
||||
If `useGlobalPackages` is true, `pkgs` is inherited from your host config
|
||||
(i.e. NixOS, home-manager, or nix-darwin).
|
||||
Or the `pkgs` supplied to `makeNixvimWithModule` when building a standalone nixvim.
|
||||
|
||||
> [!CAUTION]
|
||||
> This default will be removed in a future version of nixvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue