Skip to content

Commit 7de125b

Browse files
committed
modules/nixpkgs: remove pkgs default text
1 parent bb3802e commit 7de125b

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
@@ -34,20 +34,6 @@ in
3434
{
3535
options.nixpkgs = {
3636
pkgs = lib.mkOption {
37-
# TODO:
38-
# defaultText = lib.literalExpression ''
39-
# import "''${nixos}/.." {
40-
# inherit (cfg) config overlays localSystem crossSystem;
41-
# }
42-
# '';
43-
defaultText = lib.literalMD ''
44-
If `useGlobalPackages` is true, `pkgs` is inherited from your host config
45-
(i.e. NixOS, home-manager, or nix-darwin).
46-
Or the `pkgs` supplied to `makeNixvimWithModule` when building a standalone nixvim.
47-
48-
> [!CAUTION]
49-
> This default will be removed in a future version of nixvim
50-
'';
5137
type = lib.types.pkgs // {
5238
description = "An evaluation of Nixpkgs; the top level attribute set of packages";
5339
};

0 commit comments

Comments
 (0)