sloth-flake.nvim/shell.nix

11 lines
143 B
Nix

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