nixos/vim: fix example package

vimHugeX is now an alias for vim-full
This commit is contained in:
Naïm Favier 2022-12-14 14:25:30 +01:00
parent 84575b0bd8
commit 7bb8a42095
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -19,7 +19,7 @@ in {
type = types.package;
default = pkgs.vim;
defaultText = literalExpression "pkgs.vim";
example = literalExpression "pkgs.vimHugeX";
example = literalExpression "pkgs.vim-full";
description = lib.mdDoc ''
vim package to use.
'';