mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
fix(nix): Missing package group for luacheck
missing lua51Packages
This commit is contained in:
parent
ec94195270
commit
ebf387d5cd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pkgs.mkShell {
|
|||
packages = with pkgs; [
|
||||
# Choose the build tools that you need
|
||||
act
|
||||
luacheck
|
||||
lua51Packages.luacheck
|
||||
stylua
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue