chore: Update flake.nix to use my preferred tools
This commit is contained in:
parent
9dbbd6742d
commit
15d6b0caff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue