mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
fix(flake): enable make functionaltest
otherwise busted is not provided/found and functionaltests are disabled.
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
pythonEnv = legacyPkgs.python3;
|
||||
luacheck = legacyPkgs.luaPackages.luacheck;
|
||||
in
|
||||
neovim-debug.overrideAttrs(oa: {
|
||||
(neovim-debug.override({doCheck = true;})).overrideAttrs(oa: {
|
||||
cmakeFlags = oa.cmakeFlags ++ [
|
||||
"-DLUACHECK_PRG=${luacheck}/bin/luacheck"
|
||||
"-DMIN_LOG_LEVEL=0"
|
||||
|
Reference in New Issue
Block a user