mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
nixos/vim: update example of package option (#412006)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user