fix(flake): enable make functionaltest

otherwise busted is not provided/found and functionaltests are disabled.
This commit is contained in:
Matthieu Coudron 2020-12-30 22:12:01 +01:00
parent fb90b6ec98
commit 61c9d2a213

View File

@ -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"