{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.sqlite ]; nativeBuildInputs = [ pkgs.rustc pkgs.cargo ]; }