1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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

@ -102,7 +102,7 @@ in {
neovimConfig = pkgs.neovimUtils.makeNeovimConfig ({
inherit
(config)
extraPythonPackages
extraPython3Packages
viAlias
vimAlias
;