Skip to content

Commit

Permalink
build: fix devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed May 30, 2024
1 parent c8c71ee commit 5b5129c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,15 @@
${pre-commit-check.shellHook}
ln -fs ${pkgs.luarc-to-json luarc} .luarc.json
'';
buildInputs = with pre-commit-hooks.packages.${system};
[
alejandra
lua-language-server
stylua
luacheck
editorconfig-checker
]
buildInputs =
self.checks.${system}.pre-commit-check.enabledPackages
++ (with pkgs; [
busted-nightly
lua-language-server
# For tree-sitter parsers that need sources
# to be generated
gcc
tree-sitter
nodejs_22
# TODO: Package luarocks-build-treesitter-parser
])
++ oa.buildInputs;
doCheck = false;
Expand Down

0 comments on commit 5b5129c

Please sign in to comment.