Commit 3553a55
committed
Include all available drivers in the default Nix build
Main currently ships a flake with zero DB drivers — SQLite works via
stdlib but nothing else does, and Nix users can't add drivers
post-install. Drop the no-driver default; the out-of-box derivation
now pulls in every extra nixpkgs can satisfy (ssh, postgres,
cockroachdb, mysql, duckdb, bigquery, snowflake, d1). Custom builds
still go through lib.makeSqlit { extras = [ ... ]; }.
Closes the gap reported in #126 and #154.1 parent f80cb37 commit 3553a55
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
0 commit comments