Sqlite3 bindings for lean4 (mirror)
{ pkgs ? import <nixpkgs> { } }: with pkgs; mkShell { buildInputs = [ sqlite lean4 clang ]; }