mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/neovide: fix deprecation
This commit is contained in:
@@ -34,8 +34,8 @@ lib.mkIf config.test.enableBig {
|
||||
extraLuaPackages = ps: with ps; [ luacheck ];
|
||||
}
|
||||
{
|
||||
extraPython3Packages = with pkgs.python3Packages; [ jedi pynvim ];
|
||||
extraLuaPackages = with pkgs.lua51Packages; [ luacheck ];
|
||||
extraPython3Packages = ps: with ps; [ jedi pynvim ];
|
||||
extraLuaPackages = ps: with ps; [ luacheck ];
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user