0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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; type = types.package;
default = pkgs.vim; default = pkgs.vim;
defaultText = literalExpression "pkgs.vim"; defaultText = literalExpression "pkgs.vim";
example = literalExpression "pkgs.vimHugeX"; example = literalExpression "pkgs.vim-full";
description = lib.mdDoc '' description = lib.mdDoc ''
vim package to use. vim package to use.
''; '';