aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/flake.nix b/contrib/flake.nix
index a75e584075..86e4b37cfa 100644
--- a/contrib/flake.nix
+++ b/contrib/flake.nix
@@ -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"