tree-sitter-plpgsql/shell.nix

11 lines
132 B
Nix

let
pkgs = import <nixpkgs> { };
in pkgs.mkShell {
buildInputs = with pkgs; [
git
nodejs
gcc
tree-sitter
];
}