Skip to content

Commit

Permalink
modules/nixpkgs: remove pkgs default text
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 23, 2024
1 parent 3e3b488 commit 1e2b758
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions modules/top-level/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 1e2b758

Please sign in to comment.