pkgs name

This commit is contained in:
2025-11-16 00:09:43 -06:00
parent 7b27d46db8
commit bc38eff064
+1 -1
View File
@@ -67,7 +67,7 @@
ExecStart = pkgs.writeShellScript "bootstrap-psql" ''
set -euo pipefail
psql_bin=${pkgs.postgres}/bin/psql
psql_bin=${pkgs.postgresql}/bin/psql
# Create databases and users
for db in ${lib.escapeShellArgs opts.databases}; do