Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sqlpro-for-postgres # SQLPro for Postgres
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sqlpro-for-postgres # SQLPro for Postgres
];
}
Package Definition
{
"pname": "sqlpro-for-postgres",
"version": "2024.21",
"src": {
"url": "https://d3fwkemdw8spx3.cloudfront.net/postgres/SQLProPostgres.2024.21.app.zip",
"sha256": "93ebee3997fe8b93c7485025508bd1ab3c576f4b194373325382ec1072c94f25"
},
"installPhase": [
"mkdir -p \"$out/Applications/SQLPro for Postgres.app\" && cp -r \"SQLPro for Postgres.app\" \"$out/Applications\""
],
"meta": {
"description": "Lightweight PostgreSQL database client",
"homepage": "https://www.macpostgresclient.com/SQLProPostgres"
}
}