Infinite recursion?

This commit is contained in:
niten 2023-09-06 15:31:00 -07:00
parent 421ecd1f65
commit e546c70eaa

View File

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