# nix-custom-sqlite This repository contains a collection of nix expressions that make it easy to compile a custom version of SQLite. Customizations include things such as: - Toggling compile-time features. - Adding external plugins, either baking them in statically or using dynamic linking. - Cross-compiling for various architectures.