sloth-flake.nvim/shell.nix

13 lines
124 B
Nix

{
pkgs,
nil,
...
}:
with pkgs;
mkShell {
buildInputs = [
nil
sumneko-lua-language-server
];
}