kickstart.nvim/nix/shell.nix

9 lines
100 B
Nix

{pkgs, ...}:
pkgs.mkShell {
buildInputs = with pkgs; [
fennel
fnlfmt
alejandra
];
}