This repository was archived by the owner on Dec 27, 2025. It is now read-only.
Commit d0ad0c0
committed
feat: add native library support to Nix probitas package
The probitas package now includes native library dependencies
(stdenv.cc.cc.lib, sqlite, duckdb) in runtimeInputs and sets
LD_LIBRARY_PATH for FFI support. This ensures database clients
work correctly when running `nix run` or `nix build` outputs,
matching the capabilities already available in the dev shell.1 parent c392f9f commit d0ad0c0
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
| |||
0 commit comments