tree-sitter-plpgsql/shell.nix
Christian De la Hoz 3d27025598 more noise
2021-08-31 20:34:24 +02:00

10 lines
132 B
Nix

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