mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-18 14:28:15 +00:00
tests/neovide: fix deprecation
This commit is contained in:
parent
d2c014e1c7
commit
3ade654257
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ lib.mkIf config.test.enableBig {
|
||||||
extraLuaPackages = ps: with ps; [ luacheck ];
|
extraLuaPackages = ps: with ps; [ luacheck ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
extraPython3Packages = with pkgs.python3Packages; [ jedi pynvim ];
|
extraPython3Packages = ps: with ps; [ jedi pynvim ];
|
||||||
extraLuaPackages = with pkgs.lua51Packages; [ luacheck ];
|
extraLuaPackages = ps: with ps; [ luacheck ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue