mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(flake): enable make functionaltest
otherwise busted is not provided/found and functionaltests are disabled.
This commit is contained in:
parent
fb90b6ec98
commit
61c9d2a213
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user