nix: fix env name

This commit is contained in:
Rory&
2025-12-26 14:24:46 +01:00
parent 92846d38cb
commit 660b467855

View File

@@ -232,7 +232,7 @@ in
// (
if cfg.cdnPath != null then
{
CDN_PATH = cfg.cdnPath;
STORAGE_LOCATION = cfg.cdnPath;
}
else
{ }