MyNixOS website logo
option

environment.unixODBCDrivers

Specifies Unix ODBC drivers to be registered in /etc/odbcinst.ini. You may also want to add pkgs.unixODBC to the system path to get a command line client to connect to ODBC databases.

Declarations
Type
list of package
Default
[ ]
Example
with pkgs.unixODBCDrivers; [ sqlite psql ]