neovim: clean up doc comment
This commit is contained in:
parent
78119f6aad
commit
08f8c71880
1 changed files with 0 additions and 9 deletions
|
@ -14,15 +14,6 @@ in
|
||||||
package = lib.mkPackageOption pkgs "neovim" {
|
package = lib.mkPackageOption pkgs "neovim" {
|
||||||
default = [ "neovim-unwrapped" ];
|
default = [ "neovim-unwrapped" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# This should be close to identical to above
|
|
||||||
#
|
|
||||||
# package = lib.mkOption {
|
|
||||||
# type = lib.types.package;
|
|
||||||
# default = pkgs.neovim-unwrapped;
|
|
||||||
# defaultText = lib.literalExpression "pkgs.neovim-unwrapped";
|
|
||||||
# description = "The package to use for the neovim binary.";
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue