misc: fix python packages option name

This commit is contained in:
Peter Tonner 2024-01-06 14:59:00 -05:00 committed by Gaétan Lepage
parent d52f656a8b
commit c795b2ee40
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ in {
description = "Extra packages to be made available to neovim";
};
extraPythonPackages = mkOption {
extraPython3Packages = mkOption {
type = with types; functionTo (listOf package);
default = p: [];
defaultText = literalExpression "p: with p; [ ]";