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 packageDefault
[ ]
Example
declared in: nixos/modules/config/unix-odbc-drivers.nixView source on NixOS/nixpkgs →with pkgs.unixodbcDrivers; [ sqlite psql ]