mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/vim: update example of package option
Closes https://github.com/NixOS/nixpkgs/pull/403998 Co-authored-by: Hans Kristian Eiken <hans@eikjen.no> Co-authored-by: Lin Jian <me@linj.tech> Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
parent
606abdf74c
commit
9a3676e603
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
|
||||
defaultEditor = lib.mkEnableOption "vim as the default editor";
|
||||
|
||||
package = lib.mkPackageOption pkgs "vim" { example = "vim-full"; };
|
||||
package = lib.mkPackageOption pkgs "vim" { example = [ "vim-full" ]; };
|
||||
};
|
||||
|
||||
# TODO: convert it into assert after 24.11 release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue