mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/nixpkgs: remove pkgs
default text
This commit is contained in:
parent
3172e48dbb
commit
51474292cd
1 changed files with 0 additions and 14 deletions
|
@ -34,20 +34,6 @@ in
|
|||
{
|
||||
options.nixpkgs = {
|
||||
pkgs = lib.mkOption {
|
||||
# TODO:
|
||||
# defaultText = lib.literalExpression ''
|
||||
# import "''${nixos}/.." {
|
||||
# inherit (cfg) config overlays localSystem crossSystem;
|
||||
# }
|
||||
# '';
|
||||
defaultText = lib.literalMD ''
|
||||
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
|
||||
'';
|
||||
type = lib.types.pkgs // {
|
||||
description = "An evaluation of Nixpkgs; the top level attribute set of packages";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue