{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ go gopls goimports sqliteInteractive pkg-config # keep this line if you use bash pkgs.bashInteractive ]; }