environment.unixODBCDrivers

NixOS option

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.

type: list of package
Default
[ ]
Example
with pkgs.unixodbcDrivers; [ sqlite psql ]
declared in: nixos/modules/config/unix-odbc-drivers.nixView source on NixOS/nixpkgs →