better comment
This commit is contained in:
parent
6ee41f0135
commit
cd936d590c
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ in
|
|||
package = lib.mkPackageOption pkgs "neovim" {
|
||||
default = [ "neovim-unwrapped" ];
|
||||
};
|
||||
|
||||
# This should be close to identical to above
|
||||
#
|
||||
# package = lib.mkOption {
|
||||
# type = lib.types.package;
|
||||
# default = pkgs.neovim-unwrapped;
|
||||
|
|
Loading…
Reference in a new issue