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