Use correct email

This commit is contained in:
niten 2023-09-06 15:32:11 -07:00
parent e546c70eaa
commit f5e5e263ef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let
informis = "informis.land";
};
email = if (opts.email != null) then
email
opts.email
else
"${name}@${domains."${opts.primary-group}"}";
in ''