Infinite recursion?
This commit is contained in:
parent
421ecd1f65
commit
e546c70eaa
@ -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}"}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user