1
0
Fork 0
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:
Jiří Štefka 2024-04-17 19:01:03 +02:00
parent ec94195270
commit ebf387d5cd
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -5,7 +5,7 @@ pkgs.mkShell {
packages = with pkgs; [
# Choose the build tools that you need
act
luacheck
lua51Packages.luacheck
stylua
];
}