1
Fork 0

Fix bash export syntax

This commit is contained in:
prescientmoon 2025-06-11 07:26:30 +02:00
parent c8366ac71c
commit 69b5359e88
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -7,7 +7,7 @@ runCommand "moonythm" { } ''
cd ${../.}
export MOONYTHM_BASE_URL "https://moonythm.dev"
export MOONYTHM_OUT_DIR "$out"
export MOONYTHM_BASE_URL="https://moonythm.dev"
export MOONYTHM_OUT_DIR="$out"
${moonythm-generator}/bin/moonythm
''