Infinite recursion?

This commit is contained in:
niten 2023-09-06 15:31:00 -07:00
parent 421ecd1f65
commit e546c70eaa
1 changed files with 1 additions and 1 deletions

View File

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