1
Fork 0
satellite/devshells/lua.nix

9 lines
106 B
Nix
Raw Normal View History

2023-12-04 06:25:00 +01:00
{ pkgs, ... }:
pkgs.mkShell {
pacakges = with pkgs; [
stylua
lua-language-server
lua
];
}