5 lines
96 B
Nix
5 lines
96 B
Nix
{ pkgs ? import <nixpkgs> {} }: with pkgs;
|
|
mkShell {
|
|
buildInputs = [ lua-language-server ];
|
|
}
|