Skip to content

Commit e32c022

Browse files
committed
modules/nixpkgs: remove pkgs default text
1 parent 9c11a37 commit e32c022

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

modules/top-level/nixpkgs.nix

-14
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,6 @@ in
4848
{
4949
options.nixpkgs = {
5050
pkgs = lib.mkOption {
51-
# TODO:
52-
# defaultText = lib.literalExpression ''
53-
# import "''${nixos}/.." {
54-
# inherit (cfg) config overlays localSystem crossSystem;
55-
# }
56-
# '';
57-
defaultText = lib.literalMD ''
58-
If `useGlobalPackages` is true, `pkgs` is inherited from your host config
59-
(i.e. NixOS, home-manager, or nix-darwin).
60-
Or the `pkgs` supplied to `makeNixvimWithModule` when building a standalone nixvim.
61-
62-
> [!CAUTION]
63-
> This default will be removed in a future version of nixvim
64-
'';
6551
type = lib.types.pkgs // {
6652
description = "An evaluation of Nixpkgs; the top level attribute set of packages";
6753
};

0 commit comments

Comments
 (0)