sloth-flake.nvim/dev/shell.nix

13 lines
210 B
Nix

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