Initial commit

This commit is contained in:
2026-05-18 18:59:14 +09:00
commit f1b014a37b
7 changed files with 369 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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.