Use NixOS' pre-built and, presumably, correctly optimized version of the duckdb library.

This commit is contained in:
Nolan Darilek 2025-04-28 09:07:57 -05:00
parent 67dc547313
commit 6198dcb40d
4 changed files with 13 additions and 165 deletions

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
duckdb = { version = "1", features = ["bundled", "extensions-full"] }
duckdb = "1"