We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkgs
1 parent 9c11a37 commit e32c022Copy full SHA for e32c022
modules/top-level/nixpkgs.nix
@@ -48,20 +48,6 @@ in
48
{
49
options.nixpkgs = {
50
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
- '';
65
type = lib.types.pkgs // {
66
description = "An evaluation of Nixpkgs; the top level attribute set of packages";
67
};
0 commit comments