Merge pull request #206079 from ncfavier/vim-fix-example

This commit is contained in:
Naïm Favier 2022-12-14 14:38:42 +01:00 committed by GitHub
commit bec17309fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
'';