diff --git a/postgres/.flox/env/manifest.lock b/postgres/.flox/env/manifest.lock index dc861ee..5fb494e 100644 --- a/postgres/.flox/env/manifest.lock +++ b/postgres/.flox/env/manifest.lock @@ -1 +1 @@ -{"lockfile-version":1,"manifest":{"hook":{"on-activate":"\nexport PGDIR=\"$FLOX_ENV_CACHE/postgres\"\nexport PGDATA=$PGDIR/data\nexport PGHOST=$PGDIR/run\nexport PGCONFIGFILE=\"$PGDIR/postgresql.conf\"\nexport LOG_PATH=$PGHOST/LOG\nexport SESSION_SECRET=\"$USER-session-secret\"\nexport DATABASE_URL=\"postgresql:///$PGDATABASE?host=$PGHOST&port=$PGPORT\"\n\nif [[ ! -d \"$PGHOST\" ]]; then\n mkdir -p \"$PGHOST\"\nfi\n\nif [[ ! -d \"$PGDATA\" ]]; then\n mkdir -p \"$PGDATA\"\n pg_initdb() {\n initdb \"$PGDATA\" \\\n --locale=C \\\n --encoding=UTF8 \\\n -A md5 \\\n --auth=trust \\\n --username $PGUSER \\\n --pwfile=<(echo $PGPASS)\n }\n export -f pg_initdb # This is needed for gum to be able to call function\n if [[ \"$FLOX_ENVS_TESTING\" == \"1\" ]]; then\n pg_initdb\n else\n gum spin --spinner dot --title \"Running initdb in $PGDATA\" -- bash -c pg_initdb\n fi\n echo \"✅ Initialize PostgreSQL ($PGDATA)\"\n\nfi\n\n\n#\nif [[ ! -f \"$PGCONFIGFILE\" ]]; then\n tee -a $PGCONFIGFILE > /dev/null << EOF\nlisten_addresses = '$PGHOSTADDR';\nport = '$PGPORT';\nunix_socket_directories = '$PGHOST';\nunix_socket_permissions = '0700';\nEOF\n echo \"✅ Configure PostgreSQL ($PGCONFIGFILE)\"\nfi\n\npg_ctl -D \"$PGDATA\" -w start -o \"-c unix_socket_directories=$PGHOST -c listen_addresses=$PGHOSTADDR -p $PGPORT\" > /dev/null\nif psql -lqt | cut -d \\| -f 1 | grep -qw $PGDATABASE; then\n echo \"✅ Database '$PGDATABASE' already exists\"\nelse\n createdb\n echo \"✅ Database '$PGDATABASE' created\"\nfi\npg_ctl -D \"$PGDATA\" -m fast -w stop > /dev/null\n\n"},"install":{"gum":{"pkg-path":"gum"},"postgresql":{"pkg-path":"postgresql_16"}},"options":{"allow":{"licenses":[]},"semver":{},"systems":["aarch64-darwin","aarch64-linux","x86_64-darwin","x86_64-linux"]},"profile":{"common":"echo \"\"\necho \" ╔═══════════════════════════════════════════════╗\"\necho \" ║ ║\"\necho \" ║ Start PostgreSQL in the background: ║\"\necho \" ║ 👉 flox services start ║\"\necho \" ║ 👉 flox activate --start-services ║\"\necho \" ║ ║\"\necho \" ║ Try to connect to PostgreSQL: ║\"\necho \" ║ 👉 psql ║\"\necho \" ║ ║\"\necho \" ╚═══════════════════════════════════════════════╝\"\necho \"\"\n"},"services":{"postgres":{"command":"postgres -D $PGDATA -c unix_socket_directories=$PGHOST -c listen_addresses=$PGHOSTADDR -p $PGPORT","is-daemon":null,"shutdown":null,"systems":null,"vars":null}},"vars":{"PGDATABASE":"pgdb","PGHOSTADDR":"127.0.0.1","PGPASS":"pgpass","PGPORT":"15432","PGUSER":"pguser"},"version":1},"packages":[{"attr_path":"gum","broken":false,"derivation":"/nix/store/rf7qipzf7sani2690rkiprm4d0ikrypi-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"gum-0.14.5","outputs":{"out":"/nix/store/n1gqffrwdzr3vpsmwmwx3hmw814c1k6g-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"aarch64-darwin","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/igrp0rimwsnvj7l72iv0sagbbyn3kzqy-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"gum-0.14.5","outputs":{"out":"/nix/store/ggp10jr3l6higs0gqibp6ypjlf7yakpc-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"aarch64-linux","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/a93pnfn8q8r8kpgbkjn94x8mqa2vxc5g-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"gum-0.14.5","outputs":{"out":"/nix/store/jq8shghha81s1wg67fcjrfnf4hbliimn-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"x86_64-darwin","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/sxn2f2zrjhzi1b47qbp7llmww0gqz76v-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"gum-0.14.5","outputs":{"out":"/nix/store/f199acwir08z47f3d5kf1fhmhajmd1ig-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"x86_64-linux","unfree":false,"version":"0.14.5"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/6wlxc9lliwl6b7h85nmmdvgk7dxc9vha-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"postgresql-16.4","outputs":{"dev":"/nix/store/63r8cs0kjscq50r93k97aijddx2mjwm9-postgresql-16.4-dev","doc":"/nix/store/akn2wpw56q2cwwpa3kdd4isklaqk375s-postgresql-16.4-doc","lib":"/nix/store/5i4svw3nbn239hhzrl857bkbqb5h1aq1-postgresql-16.4-lib","man":"/nix/store/npkdasdws60qy0j0kznqwnbizcjx5m0q-postgresql-16.4-man","out":"/nix/store/fln3gcl40fwynfjr5fkpyqjhll4jqyhm-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"aarch64-darwin","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/05pf2qmik1sg85z8kkl3rmxz6r9pg22c-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"postgresql-16.4","outputs":{"debug":"/nix/store/w6hs71a695sf2n00km946bb1v36xc2qg-postgresql-16.4-debug","dev":"/nix/store/ycbf1qw3x8wc3a7z6mjwkzmyhc43s2wn-postgresql-16.4-dev","doc":"/nix/store/bh5km6cln45kf1pfwahdslpc9cydrm4v-postgresql-16.4-doc","lib":"/nix/store/3crpddg2akfnpg19plbbfyxny13ygdaf-postgresql-16.4-lib","man":"/nix/store/4i96xjnrsxgcpizmr6v7gmc25zminnl2-postgresql-16.4-man","out":"/nix/store/7bm8jppsyml2lkzzbw5kg6ahmvwlnxsb-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"aarch64-linux","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/2v9zdgagajn3x6a9wg0hxz5smg9j75w2-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"postgresql-16.4","outputs":{"dev":"/nix/store/sb23d37zmmymsn268d9lcpgd0j939117-postgresql-16.4-dev","doc":"/nix/store/ayarhx2gw8y5j648r4jfsl8l54s5nb8i-postgresql-16.4-doc","lib":"/nix/store/k5n25gjgfbxwyjhzf2il0b93q18gdsr7-postgresql-16.4-lib","man":"/nix/store/n66gp6v6zd5fxwh2j72jjx5d427fpibp-postgresql-16.4-man","out":"/nix/store/ywikp0nf87afr4qs2dvjxiknwzyf6n5b-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"x86_64-darwin","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/vd5dp82lyrd1s0lkbcqshy1mjsjzbs3w-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=06cf0e1da4208d3766d898b7fdab6513366d45b9","name":"postgresql-16.4","outputs":{"debug":"/nix/store/isrqqmd5ckwwsgk708q981h3h7ijixkv-postgresql-16.4-debug","dev":"/nix/store/45if5nl708nhayxnaqh7h2scz9pn4mn8-postgresql-16.4-dev","doc":"/nix/store/plf9diy9a5l5fmfl8pvlgmpxkc3ixhb3-postgresql-16.4-doc","lib":"/nix/store/l54jqbzqhghvy3g9kqhmcha9z3vzzrxr-postgresql-16.4-lib","man":"/nix/store/43pzfj4xv6r022jmnmx2n648ycqy8rhx-postgresql-16.4-man","out":"/nix/store/1gax5xs6h1b70gk7z274kx4qh04hsn96-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"06cf0e1da4208d3766d898b7fdab6513366d45b9","rev_count":687049,"rev_date":"2024-09-29T18:20:51Z","scrape_date":"2024-10-01T03:19:19Z","stabilities":["unstable"],"system":"x86_64-linux","unfree":false,"version":"postgresql-16.4"}]} \ No newline at end of file +{"lockfile-version":1,"manifest":{"hook":{"on-activate":"\nexport PGDIR=\"$FLOX_ENV_CACHE/postgres\"\nexport PGDATA=$PGDIR/data\nexport PGHOST=$PGDIR/run\nexport PGCONFIGFILE=\"$PGDIR/postgresql.conf\"\nexport LOG_PATH=$PGHOST/LOG\nexport SESSION_SECRET=\"$USER-session-secret\"\nexport DATABASE_URL=\"postgresql:///$PGDATABASE?host=$PGHOST&port=$PGPORT\"\n\nif [[ ! -d \"$PGHOST\" ]]; then\n mkdir -p \"$PGHOST\"\nfi\n\nif [[ ! -d \"$PGDATA\" ]]; then\n mkdir -p \"$PGDATA\"\n pg_initdb() {\n initdb \"$PGDATA\" \\\n --locale=C \\\n --encoding=UTF8 \\\n -A md5 \\\n --auth=trust \\\n --username $PGUSER \\\n --pwfile=<(echo $PGPASS)\n }\n export -f pg_initdb # This is needed for gum to be able to call function\n if [[ \"$FLOX_ENVS_TESTING\" == \"1\" ]]; then\n pg_initdb\n else\n gum spin --spinner dot --title \"Running initdb in $PGDATA\" -- bash -c pg_initdb\n fi\n echo \"✅ Initialize PostgreSQL ($PGDATA)\"\n\nfi\n\n\n#\nif [[ ! -f \"$PGCONFIGFILE\" ]]; then\n tee -a $PGCONFIGFILE > /dev/null << EOF\nlisten_addresses = '$PGHOSTADDR';\nport = '$PGPORT';\nunix_socket_directories = '$PGHOST';\nunix_socket_permissions = '0700';\nEOF\n echo \"✅ Configure PostgreSQL ($PGCONFIGFILE)\"\nfi\n\npg_ctl -D \"$PGDATA\" -w start -o \"-c unix_socket_directories=$PGHOST -c listen_addresses=$PGHOSTADDR -p $PGPORT\" > /dev/null\nif psql -lqt | cut -d \\| -f 1 | grep -qw $PGDATABASE; then\n echo \"✅ Database '$PGDATABASE' already exists\"\nelse\n createdb\n echo \"✅ Database '$PGDATABASE' created\"\nfi\npg_ctl -D \"$PGDATA\" -m fast -w stop > /dev/null\n\n"},"install":{"gum":{"pkg-path":"gum"},"postgresql":{"pkg-path":"postgresql_16"}},"options":{"allow":{"licenses":[]},"semver":{},"systems":["aarch64-darwin","aarch64-linux","x86_64-darwin","x86_64-linux"]},"profile":{"common":"echo \"\"\necho \" ╔═══════════════════════════════════════════════╗\"\necho \" ║ ║\"\necho \" ║ Start PostgreSQL in the background: ║\"\necho \" ║ 👉 flox services start ║\"\necho \" ║ 👉 flox activate --start-services ║\"\necho \" ║ ║\"\necho \" ║ Try to connect to PostgreSQL: ║\"\necho \" ║ 👉 psql ║\"\necho \" ║ ║\"\necho \" ╚═══════════════════════════════════════════════╝\"\necho \"\"\n"},"services":{"postgres":{"command":"postgres -D $PGDATA -c unix_socket_directories=$PGHOST -c listen_addresses=$PGHOSTADDR -p $PGPORT","is-daemon":null,"shutdown":null,"systems":null,"vars":null}},"vars":{"PGDATABASE":"pgdb","PGHOSTADDR":"127.0.0.1","PGPASS":"pgpass","PGPORT":"15432","PGUSER":"pguser"},"version":1},"packages":[{"attr_path":"gum","broken":false,"derivation":"/nix/store/ippvngi4fvlm7wcjv66q35882kk0d782-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"gum-0.14.5","outputs":{"out":"/nix/store/s4yb9a7cvj5vd5yw0nvssf51lmpa5id0-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"aarch64-darwin","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/yjf86f3qgpirr5lc9wsds4nlqyf8riw0-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"gum-0.14.5","outputs":{"out":"/nix/store/bw0ii1jjvxd8albrmvi0lin6h1ssz4yi-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"aarch64-linux","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/db7hhax9rfpj0gl677sqcm1s5gfjkmrc-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"gum-0.14.5","outputs":{"out":"/nix/store/zidlqhd8qq8wljvm38j1j4izx8ww7aps-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"x86_64-darwin","unfree":false,"version":"0.14.5"},{"attr_path":"gum","broken":false,"derivation":"/nix/store/vsq73s5cq771rh6nz9hsjhiy74xsyh1r-gum-0.14.5.drv","description":"Tasty Bubble Gum for your shell","group":"toplevel","install_id":"gum","license":"MIT","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"gum-0.14.5","outputs":{"out":"/nix/store/kma26ygxqp39pm6fl32yjach0czasc3j-gum-0.14.5"},"outputs_to_install":["out"],"pname":"gum","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"x86_64-linux","unfree":false,"version":"0.14.5"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/44gs445ka3x92hbc6s5dmr09czhvhbg0-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"postgresql-16.4","outputs":{"dev":"/nix/store/afjpl8ilq8s6j6zh4qqyy6mxz3v2xbav-postgresql-16.4-dev","doc":"/nix/store/ry9d9by692xj92y5b9j6z0aa5y3lh3px-postgresql-16.4-doc","lib":"/nix/store/d1im42w02x8gl2y380r4hgj8xgkkkbwc-postgresql-16.4-lib","man":"/nix/store/z1n2vh799a5icpaxbrjfqsasagb276bk-postgresql-16.4-man","out":"/nix/store/6dzxj78wph840cpwslh96s4gpm0iwch2-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"aarch64-darwin","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/j4cyms2f9bwxb4li5pbqvfv8jmkmi6hl-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"postgresql-16.4","outputs":{"debug":"/nix/store/71hz4hv1n6ivymbzd0jm3a61cyj9fwh5-postgresql-16.4-debug","dev":"/nix/store/ibhwvhq4gkdibkfrkqg9vmip9mhhrg2q-postgresql-16.4-dev","doc":"/nix/store/rmvkab0pxjjjznk350syr3gzpa13dz1k-postgresql-16.4-doc","lib":"/nix/store/39mnmp40qhpq2h6r3cj66s23sb5fkzr6-postgresql-16.4-lib","man":"/nix/store/mawnv85hv5y64csbmpgrnz88j7r8cby5-postgresql-16.4-man","out":"/nix/store/37r0vmsb8xd1kv3wjd99kr59q99ja3g0-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"aarch64-linux","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/8mbw30z97my2f56cw1djqx0sk5aj8jl6-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"postgresql-16.4","outputs":{"dev":"/nix/store/96nxx00m06jl2jmvb16916l2rpwb13hk-postgresql-16.4-dev","doc":"/nix/store/r03r96a44grl85sflw6hvwwlrzr32rk9-postgresql-16.4-doc","lib":"/nix/store/cy3q9y20jwk1vkd6jxf3mnq6xzbb9dn8-postgresql-16.4-lib","man":"/nix/store/2wm2caki07a557z97228n2zxrd3a8j4b-postgresql-16.4-man","out":"/nix/store/vlgydd1rakmw9j14i8dgrlhzj4pa82vi-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"x86_64-darwin","unfree":false,"version":"postgresql-16.4"},{"attr_path":"postgresql_16","broken":false,"derivation":"/nix/store/gr6sh73djiyh7rgam5mcn6146js03pxi-postgresql-16.4.drv","description":"Powerful, open source object-relational database system","group":"toplevel","install_id":"postgresql","license":"PostgreSQL","locked_url":"https://github.com/flox/nixpkgs?rev=4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","name":"postgresql-16.4","outputs":{"debug":"/nix/store/alcnsd7fkkr3iipvcn9gzsyv16kab6m9-postgresql-16.4-debug","dev":"/nix/store/pqya8lq5jyplfmbmafrrwsrsi07d5ssn-postgresql-16.4-dev","doc":"/nix/store/apbxfs52v8im9725mn2f1jhgbdfggrpd-postgresql-16.4-doc","lib":"/nix/store/32cprs7xwxvb0rw2imfrgy5vcacc27hc-postgresql-16.4-lib","man":"/nix/store/b8cvsw47h2487y4j805zi0645x3ajh1i-postgresql-16.4-man","out":"/nix/store/mjjfx6yyaaba5hmv6bga20m8fxrca93l-postgresql-16.4"},"outputs_to_install":["out","man"],"pname":"postgresql_16","priority":5,"rev":"4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0","rev_count":694395,"rev_date":"2024-10-18T13:02:40Z","scrape_date":"2024-10-20T03:56:48Z","stabilities":["unstable"],"system":"x86_64-linux","unfree":false,"version":"postgresql-16.4"}]} \ No newline at end of file