Skip to content

Commit

Permalink
build: update typecheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 30, 2024
1 parent 7ed9925 commit e247f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
type-check = pre-commit-hooks.lib.${system}.run {
src = self;
hooks = {
lua-ls.enable = true;
};
settings = {
lua-ls.config = luarc;
lua-ls = {
enable = true;
settings.configuration = luarc;
};
};
};

Expand Down

0 comments on commit e247f3e

Please sign in to comment.