From 17b875e465ca8d6867e6e0e3673c017a14b9d4d1 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Fri, 24 May 2024 22:55:48 +0200 Subject: [PATCH] chore(flake.nix): add TODOs, comment out luacheck for the time being --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b2bc5c67b..c63e12cff 100644 --- a/flake.nix +++ b/flake.nix @@ -1,3 +1,8 @@ +# General TODOS: +# - Extract into modules for better readability +# - Readd integration tests +# - Add comments explaining the more terse parts of the flake. + { description = "Flake for Neorg development and testing"; @@ -64,7 +69,8 @@ checks.pre-commit-check = git-hooks.lib.${system}.run { src = ./lua; hooks = { - luacheck.enable = true; + # TODO: Reenable + # luacheck.enable = true; # stylua.enable = true; lua-ls = { enable = true;