Skip to content

Commit

Permalink
chore(flake.nix): add TODOs, comment out luacheck for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 24, 2024
1 parent 09a2e8b commit 17b875e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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";

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 17b875e

Please sign in to comment.