better comment
parent
6ee41f0135
commit
cd936d590c
|
@ -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 New Issue