chore: Update flake.nix to use my preferred tools

This commit is contained in:
punkfairie 2024-11-28 11:07:44 -08:00
parent 9dbbd6742d
commit 15d6b0caff
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -7,7 +7,6 @@
gen-luarc.url = "github:mrcjkb/nix-gen-luarc-json";
# Add bleeding-edge plugins here.
# They can be updated with `nix flake update` (make sure to commit the generated flake.lock)
# wf-nvim = {
# url = "github:Cassin01/wf.nvim";
# flake = false;
@ -48,7 +47,8 @@
buildInputs = with pkgs; [
# Tools for Lua and Nix development, useful for editing files in this repo
lua-language-server
nil
nixd
alejandra
stylua
luajitPackages.luacheck
];