Skip to content

Commit

Permalink
POSTGRESQL_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWitchBella committed Apr 7, 2024
1 parent 5339e91 commit 321c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
name = "psql-local";
command = ''
${cd}
${psql}/bin/psql $URL $@
${psql}/bin/psql $POSTGRESQL_URL $@
'';
}
];
Expand Down

0 comments on commit 321c8b7

Please sign in to comment.