From 74863986bf81b62089036a1ddbc5f4da85528bc4 Mon Sep 17 00:00:00 2001 From: zack Date: Mon, 21 Oct 2024 21:05:48 -0400 Subject: [PATCH] export --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3b8fda0..039e989 100644 --- a/flake.nix +++ b/flake.nix @@ -193,7 +193,7 @@ ${ if cfg.phx.database.passwordFile != null then '' - DB_PASSWORD=$(cat ${cfg.phx.database.passwordFile}) + export DB_PASSWORD=$(cat ${cfg.phx.database.passwordFile}) export DATABASE_URL="postgresql://${cfg.phx.database.user}:$DB_PASSWORD@${cfg.phx.database.host}/${cfg.phx.database.name}" '' else ''