Skip to content

Instantly share code, notes, and snippets.

@kdrakon
Last active November 30, 2022 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdrakon/11040aa54cdd213cb4c1557f18850b04 to your computer and use it in GitHub Desktop.
Save kdrakon/11040aa54cdd213cb4c1557f18850b04 to your computer and use it in GitHub Desktop.
Using nix and building mysql/maria db dependencies and getting complaints about `mysql_config` missing?

try nix-shell -p mariadb-connector-c to have mysql_config in scope

@kdrakon
Copy link
Author

kdrakon commented Nov 30, 2022

for postgres/psycopg2:
nix-shell -p postgresql openssl to have pg_config in scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment