We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkgs
1 parent bb3802e commit 7de125bCopy full SHA for 7de125b
modules/top-level/nixpkgs.nix
@@ -34,20 +34,6 @@ in
34
{
35
options.nixpkgs = {
36
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
- '';
51
type = lib.types.pkgs // {
52
description = "An evaluation of Nixpkgs; the top level attribute set of packages";
53
};
0 commit comments