vimNox: fix after lua upgrade for ZHF
This commit is contained in:
parent
9b66e1f7b1
commit
eca58fd02f
1 changed files with 1 additions and 1 deletions
|
@ -10203,7 +10203,7 @@ let
|
|||
libICE;
|
||||
|
||||
features = "huge"; # one of tiny, small, normal, big or huge
|
||||
lua = pkgs.lua5;
|
||||
lua = pkgs.lua5_1;
|
||||
gui = config.vim.gui or "auto";
|
||||
|
||||
# optional features by flags
|
||||
|
|
Loading…
Reference in a new issue